##// END OF EJS Templates
Backport PR #4064: Store default codemirror mode in only 1 place...
Backport PR #4064: Store default codemirror mode in only 1 place All is in title. The default_mode value was not used in any other places.

File last commit:

r1261:a818e11a merge
r12425:d2250c2c
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