##// END OF EJS Templates
Merge pull request #1693 from bfroehle/_1167_ipythondir...
Merge pull request #1693 from bfroehle/_1167_ipythondir deprecate IPYTHON_DIR in favor of IPYTHONDIR IPYTHON_DIR was a proposed rename, whose added complexity does not outweigh any potential benefit, and is reverted. closes #1167

File last commit:

r1261:a818e11a merge
r6710:dbeeefd1 merge
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