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

File: [local] / OpenXM_contrib / pari-2.2 / config / Attic / version (download)

Revision 1.2, Wed Sep 11 07:26:40 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2
Changes since 1.1: +6 -2 lines

Upgraded pari-2.2 to pari-2.2.4.

# Major version number
VersionMajor='2'

# minor version number
VersionMinor='2'

# Patch level
patch='4'

# Status: alpha, beta, released, development
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