##// END OF EJS Templates
check history length before attempting to access old members. Closes #189
check history length before attempting to access old members. Closes #189

File last commit:

r0:6f629fcc
r924:4aa6fa1c
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