##// END OF EJS Templates
Correctly set 'found' field of object info dicts.
Correctly set 'found' field of object info dicts.

File last commit:

r1261:a818e11a merge
r2933:ec4fc6e8
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