##// END OF EJS Templates
update version number to 0.7.3b3
update version number to 0.7.3b3

File last commit:

r0:6f629fcc
r488:70990430
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