##// END OF EJS Templates
Fix for ticket 237073 thanks to Nathaniel Smith...
Fix for ticket 237073 thanks to Nathaniel Smith A value passed to PyThreadState_SetAsyncExc needs to be a c_long on 64 bit platforms.

File last commit:

r1261:a818e11a merge
r1930:8ace845f
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