##// END OF EJS Templates
Merge branch 'windows-workdir' of http://github.com/darrendale/ipython into darrendale-windows-workdir
Merge branch 'windows-workdir' of http://github.com/darrendale/ipython into darrendale-windows-workdir

File last commit:

r1261:a818e11a merge
r3231:fd953900 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