##// END OF EJS Templates
Backport PR #3987: get files list in backport_pr...
Backport PR #3987: get files list in backport_pr fixes omission of new files in backport commits

File last commit:

r1261:a818e11a merge
r12215:9064aed6
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