update trunk version numbers ready for RC1 release
This commit is contained in:
parent
d2778569d7
commit
2a7d789514
@ -64,7 +64,9 @@
|
||||
# 2.0.0 9:2:0 4:7:1 0:0:0
|
||||
# 2.1.0 10;0:1 4:8:1 0:0:0
|
||||
# 2.1.1 10:1:2 4:9:2 0:0:0
|
||||
#
|
||||
# 2.1.2 10.2.2 4.10.2 0.0.0
|
||||
# 2.1.3 10.3.2 4.11.2 0.0.0
|
||||
# 2.2.0 10.4.2 4.12.2 0.0.0
|
||||
|
||||
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
|
||||
# ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
|
||||
|
@ -4,19 +4,19 @@
|
||||
|
||||
# set version number
|
||||
VERSION=2
|
||||
VERSION_MINOR=1
|
||||
VERSION_PATCHLEVEL=2
|
||||
VERSION_MINOR=2
|
||||
VERSION_PATCHLEVEL=0
|
||||
|
||||
# these are the library soname numbers see
|
||||
# http://sources.redhat.com/autobook/autobook/autobook_91.html
|
||||
# or the start of Makefile.am to see what was done before
|
||||
|
||||
LIBGMP_LT_CURRENT=10
|
||||
LIBGMP_LT_REVISION=2
|
||||
LIBGMP_LT_REVISION=4
|
||||
LIBGMP_LT_AGE=2
|
||||
|
||||
LIBGMPXX_LT_CURRENT=4
|
||||
LIBGMPXX_LT_REVISION=10
|
||||
LIBGMPXX_LT_REVISION=12
|
||||
LIBGMPXX_LT_AGE=2
|
||||
|
||||
# We dont have libmp so we set this to 0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user