##// END OF EJS Templates
make readline a dependency on OSX and pyreadline on Windows...
make readline a dependency on OSX and pyreadline on Windows closes gh-343

File last commit:

r1261:a818e11a merge
r3699:74b2c748
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