mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Bump version number for 2.0.6.
* GUILE-VERSION (GUILE_MICRO_VERSION): Increment. (LIBGUILE_INTERFACE_CURRENT): Increment, to account for new C functions like `scm_c_nvalues', `scm_to_pointer', etc. (LIBGUILE_INTERFACE_AGE): Increment.
This commit is contained in:
parent
7e0ee59c60
commit
5e3f05fcd2
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
|
||||
GUILE_MAJOR_VERSION=2
|
||||
GUILE_MINOR_VERSION=0
|
||||
GUILE_MICRO_VERSION=5
|
||||
GUILE_MICRO_VERSION=6
|
||||
|
||||
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
|
||||
# change these.
|
||||
|
||||
LIBGUILE_INTERFACE_CURRENT=26
|
||||
LIBGUILE_INTERFACE_CURRENT=27
|
||||
LIBGUILE_INTERFACE_REVISION=0
|
||||
LIBGUILE_INTERFACE_AGE=4
|
||||
LIBGUILE_INTERFACE_AGE=5
|
||||
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue