##// END OF EJS Templates
Quick, trivial fix to test failure introduced in cca0bf (PR #1624)
r6563:10f133e4
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