Merge branch 'rtoy-html-support-external-docs'
[maxima.git] / archive / bin / update-version
blob318d0970e6e109789c8c3674325e1696993e60f5
1 #!/bin/sh
3 if [ ! "${HOME}" = "/usr/u9/wfs" ]; then echo not updating version number ;
4 exit 0
5 fi
6 echo incrementing minor version
7 # if you are wfs increment the minor version number.
8 # if this is an HP comment out the next if down to fi
9 echo '(@ VER = `cat ../minvers` + 1 ; echo ${VER} > ../minvers)' | /bin/csh
10 echo '(setf (get :maxima :version)`('`cat ../majvers` `cat ../minvers` \"`date`\" \)\) > ../src/version.lisp