##// END OF EJS Templates
Removed references to 0.11 and 0.12 from config/overview.rst
Removed references to 0.11 and 0.12 from config/overview.rst

File last commit:

r1261:a818e11a merge
r11983:f0daf557
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