##// END OF EJS Templates
Periodic Autosave added in background thread...
Periodic Autosave added in background thread closes gh-234 Signed-off-by: MinRK <benjaminrk@gmail.com>

File last commit:

r1261:a818e11a merge
r3253:8bac8cb8
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