##// END OF EJS Templates
Fixed the help message in the footer (which was displaying "quit" twice).
Fixed the help message in the footer (which was displaying "quit" twice).

File last commit:

r0:6f629fcc
r360:bf42a38b
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