1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Bump version number for 2.0.4/2.0.5.

Version 2.0.4 was pushed with the version info of 2.0.3, which is
incorrect.  Version 2.0.5 fixes that.

* GUILE-VERSION (GUILE_MICRO_VERSION): Increment.
  (LIBGUILE_INTERFACE_CURRENT): Increment to account for new C functions
  `scm_c_value_ref', `scm_call', etc.
  (LIBGUILE_INTERFACE_AGE): Increment.
This commit is contained in:
Ludovic Courtès 2012-01-30 22:21:50 +01:00
parent 7cb11224c7
commit 386c1f96b4

View file

@ -3,7 +3,7 @@
# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'. # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
GUILE_MAJOR_VERSION=2 GUILE_MAJOR_VERSION=2
GUILE_MINOR_VERSION=0 GUILE_MINOR_VERSION=0
GUILE_MICRO_VERSION=3 GUILE_MICRO_VERSION=5
GUILE_EFFECTIVE_VERSION=2.0 GUILE_EFFECTIVE_VERSION=2.0
@ -18,7 +18,7 @@ GUILE_EFFECTIVE_VERSION=2.0
# See libtool info pages for more information on how and when to # See libtool info pages for more information on how and when to
# change these. # change these.
LIBGUILE_INTERFACE_CURRENT=25 LIBGUILE_INTERFACE_CURRENT=26
LIBGUILE_INTERFACE_REVISION=0 LIBGUILE_INTERFACE_REVISION=0
LIBGUILE_INTERFACE_AGE=3 LIBGUILE_INTERFACE_AGE=4
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}" LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"