##// END OF EJS Templates
Merged the cosmetic changes with the thread refactoring.
Merged the cosmetic changes with the thread refactoring.

File last commit:

r1049:c87d640e
r1097:f117697b merge
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx