guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/03: GNU Guile 2.2.0.


From: Andy Wingo
Subject: [Guile-commits] 01/03: GNU Guile 2.2.0.
Date: Wed, 15 Mar 2017 06:25:04 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit e6b890028cbfae6945080669f1598b4e4917ae63
Author: Andy Wingo <address@hidden>
Date:   Wed Mar 15 09:02:52 2017 +0100

    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.
---
 GUILE-VERSION | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/GUILE-VERSION b/GUILE-VERSION
index a180ead..1b5f90d 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}"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]