[BACK]Return to version CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / config

Diff for /OpenXM_contrib/pari-2.2/config/Attic/version between version 1.1 and 1.2

version 1.1, 2001/10/02 11:16:55 version 1.2, 2002/09/11 07:26:40
Line 5  VersionMajor='2'
Line 5  VersionMajor='2'
 VersionMinor='2'  VersionMinor='2'
   
 # Patch level  # Patch level
 patch='1'  patch='4'
   
 # Status: alpha, beta, released, development  # 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 of stable libpari.so is libpari.so.$soname_num
 soname_num=$patch  soname_num=$patch

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>