##// END OF EJS Templates
Minor fixes to build scripts....
Minor fixes to build scripts. build_rpm failing, don't know why; we may just stop providing rpms as those are normally the distributor's problem.

File last commit:

r1261:a818e11a merge
r2434:ad68d24c
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