##// END OF EJS Templates
Changed startup message, and be a bit more conservative with the settings
Changed startup message, and be a bit more conservative with the settings

File last commit:

r0:6f629fcc
r131:6942a74f
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