guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/02: Bump version to 3.0.5


From: Andy Wingo
Subject: [Guile-commits] 01/02: Bump version to 3.0.5
Date: Thu, 7 Jan 2021 07:28:39 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 22a313b47e41e9c9fc13413e630f6298acbc79c8
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Jan 7 12:38:39 2021 +0100

    Bump version to 3.0.5
    
    * GUILE-VERSION (GUILE_MICRO_VERSION): Bump.
---
 GUILE-VERSION | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/GUILE-VERSION b/GUILE-VERSION
index a20da3d..8729ef1 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -3,7 +3,7 @@
 # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
 GUILE_MAJOR_VERSION=3
 GUILE_MINOR_VERSION=0
-GUILE_MICRO_VERSION=4
+GUILE_MICRO_VERSION=5
 
 GUILE_EFFECTIVE_VERSION=3.0
 
@@ -13,11 +13,12 @@ GUILE_EFFECTIVE_VERSION=3.0
 # in configure.in, add the right -version-info statement to your
 # Makefile.am.
 
-# See libtool info pages for more information on how and when to
-# change these.  Note: We consider the ABI of default builds, and not
-# that of '--disable-deprecated' builds.
+# See libtool info pages for more information on how and when to change
+# these.  Note: We consider the ABI of default builds, and not that of
+# '--disable-deprecated' builds.  Generally speaking, within a stable
+# series, you increment CURRENT and AGE and set REVISION to 0.
 
-LIBGUILE_INTERFACE_CURRENT=3
+LIBGUILE_INTERFACE_CURRENT=4
 LIBGUILE_INTERFACE_REVISION=0
-LIBGUILE_INTERFACE_AGE=2
+LIBGUILE_INTERFACE_AGE=3
 
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"



reply via email to

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