summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-03-15 09:02:52 +0100
committerAndy Wingo <wingo@pobox.com>2017-03-15 09:02:52 +0100
commite6b890028cbfae6945080669f1598b4e4917ae63 (patch)
tree3f576a8c40a6aa80116ae5cf9acf931a25800572
parent30814fc64bc82980b337d71c9c705d17529f83c3 (diff)
downloadguile-e6b890028cbfae6945080669f1598b4e4917ae63.tar.gz
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.
-rw-r--r--GUILE-VERSION6
1 files changed, 3 insertions, 3 deletions
diff --git a/GUILE-VERSION b/GUILE-VERSION
index a180ead35..1b5f90d96 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -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}"