##// END OF EJS Templates
Merge pull request #2683 from yoavram/patch-1...
Merge pull request #2683 from yoavram/patch-1 For downloads links in menubar, replaced window.open with window.location.assign.

File last commit:

r1261:a818e11a merge
r8874:7528fbd7 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