mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
GNU Guile 2.2.0.
* GUILE-VERSION (GUILE_MINOR_VERSION, GUILE_MICRO_VERSION): Bump. (LIBGUILE_INTERFACE_CURRENT): Incrememt to indicate that we now have a defined libtool ABI "interface" of 1, that we support no other interface (yet), and that this is the 0th revision of that interface.
This commit is contained in:
parent
30814fc64b
commit
e6b890028c
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
|
||||
GUILE_MAJOR_VERSION=2
|
||||
GUILE_MINOR_VERSION=1
|
||||
GUILE_MICRO_VERSION=8
|
||||
GUILE_MINOR_VERSION=2
|
||||
GUILE_MICRO_VERSION=0
|
||||
|
||||
GUILE_EFFECTIVE_VERSION=2.2
|
||||
|
||||
|
@ -16,7 +16,7 @@ GUILE_EFFECTIVE_VERSION=2.2
|
|||
# See libtool info pages for more information on how and when to
|
||||
# change these.
|
||||
|
||||
LIBGUILE_INTERFACE_CURRENT=0
|
||||
LIBGUILE_INTERFACE_CURRENT=1
|
||||
LIBGUILE_INTERFACE_REVISION=0
|
||||
LIBGUILE_INTERFACE_AGE=0
|
||||
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue