=================================================================== RCS file: /home/cvs/OpenXM_contrib/pari-2.2/config/Attic/version,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib/pari-2.2/config/Attic/version 2001/10/02 11:16:55 1.1 +++ OpenXM_contrib/pari-2.2/config/Attic/version 2002/09/11 07:26:40 1.2 @@ -5,10 +5,14 @@ VersionMajor='2' VersionMinor='2' # Patch level -patch='1' +patch='4' # Status: alpha, beta, released, development -status='alpha' +status='development' + +if test -d CVS -a $status = development; then + status="$status CHANGES-"`grep CHANGES CVS/Entries | awk -F/ '{print $3}'` +fi # soname of stable libpari.so is libpari.so.$soname_num soname_num=$patch