##// END OF EJS Templates
Disable -twisted on non-win32 platforms
Disable -twisted on non-win32 platforms

File last commit:

r1049:c87d640e
r1211:2e9b676d
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