##// END OF EJS Templates
Rename 'newparallel' examples dir to simply 'parallel'.
Rename 'newparallel' examples dir to simply 'parallel'.

File last commit:

r1261:a818e11a merge
r4910:0dc49390
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