gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 8e78f66: Incremented the library soname versio


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 8e78f66: Incremented the library soname version to 5
Date: Mon, 4 Jun 2018 12:37:38 -0400 (EDT)

branch: master
commit 8e78f6617004267dbec9675658f75f11a553c3f9
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Incremented the library soname version to 5
    
    Since the 6th release of Gnuastro is now finalized, the library soname
    version was incremented to 5. This is now also mentioned in the release
    checklist as the final step.
---
 configure.ac              |  2 +-
 doc/release-checklist.txt | 10 ++++------
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 07b37b3..f5949b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ AC_CONFIG_MACRO_DIRS([bootstrapped/m4])
 
 # Library version, see the GNU Libtool manual ("Library interface versions"
 # section for the exact definition of each) for
-GAL_CURRENT=4
+GAL_CURRENT=5
 GAL_REVISION=0
 GAL_AGE=0
 GAL_LT_VERSION="${GAL_CURRENT}:${GAL_REVISION}:${GAL_AGE}"
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 7a2a5c6..06df833 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -25,12 +25,6 @@ all the commits needed for this release have been completed.
        $ git checkout master
 
 
- - [ALPHA] Only in the first alpha release after a stable release: update
-   the library version (the values starting with `GAL_' in
-   `configure.ac'). See the `Updating library version information' section
-   of the GNU Libtool manual as a guide.
-
-
  - [STABLE] Run a spell-check (in emacs with `M-x ispell') on the whole book.
 
 
@@ -180,6 +174,10 @@ all the commits needed for this release have been 
completed.
    (only for STABLE) and Savannah news (only for STABLE).
 
 
+ - Open `configure.ac' and increment `GAL_CURRENT' for the next
+   release. See the `Updating library version information' section of the
+   GNU Libtool manual as a guide. Note that we are assuming that until the
+   next release some change will be made in the library.
 
 
 



reply via email to

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