gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master ad2af10: Library soname version set back to 4


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master ad2af10: Library soname version set back to 4
Date: Tue, 5 Jun 2018 18:20:31 -0400 (EDT)

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

    Library soname version set back to 4
    
    Due to bug #54063, Debian's compilation of Gnuastro 0.6 failed on the most
    popular CPU architecture (amd64)! So we have to upload a new version. But
    the library soname was pre-maturely incremented to 5 immediately after the
    release. So to submit a new tarball for Debian, we are setting it back to
    4.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index dcb470f..10b854b 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=5
+GAL_CURRENT=4
 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]