##// END OF EJS Templates
Close #64, if W. Maier confirms this fix works.
Close #64, if W. Maier confirms this fix works.

File last commit:

r0:6f629fcc
r304:3d816bb4
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