##// END OF EJS Templates
change version string for 0.8.3.rc1
change version string for 0.8.3.rc1

File last commit:

r1049:c87d640e
r1196:c7d6cde4
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