##// END OF EJS Templates
_tentative_ fixes to pasting of multiline code with autoindent on. Needs...
_tentative_ fixes to pasting of multiline code with autoindent on. Needs more testing...

File last commit:

r0:6f629fcc
r125:48c31147
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