gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 8d6b9809: Configuration: incremented the libra


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 8d6b9809: Configuration: incremented the library SONAME version to 16
Date: Fri, 24 Jun 2022 12:56:50 -0400 (EDT)

branch: master
commit 8d6b9809330d1eed93c17ec62385e6823a50b627
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Configuration: incremented the library SONAME version to 16
    
    Until now, the library SONAME version was 15 (which was used for Gnuastro
    version 0.17). However, for for Gnuastro 0.18, this should be incremented
    by one because we have made changes in the library. This was usually done
    shortly after a new release, but I forgot to do it after version 0.17!
    
    With this commit, it has been incremented.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d944ded4..5652ab07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,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=15
+GAL_CURRENT=16
 GAL_REVISION=0
 GAL_AGE=0
 GAL_LT_VERSION="${GAL_CURRENT}:${GAL_REVISION}:${GAL_AGE}"



reply via email to

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