##// END OF EJS Templates
Added platutils modules, now only needed for %cd to ...
Added platutils modules, now only needed for %cd to change terminal title string. Implemented for Linux. "Authors" list also modified to include myself.

File last commit:

r0:6f629fcc
r107:1ce8873a
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