gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 67194f5: Configuration: library soname version


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 67194f5: Configuration: library soname version incremented to 11
Date: Wed, 20 May 2020 12:23:33 -0400 (EDT)

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

    Configuration: library soname version incremented to 11
    
    With release 0.12 of Gnuastro (library soname 10), future builds of
    Gnuastro should have a soname of 11.
    
    I also noticed that with a recent update in Gnulib, there is no more need
    to add '--archive-suffix' to make the announcement, it will automatically
    include '.tar.lz' files from now on.
---
 configure.ac              | 2 +-
 doc/release-checklist.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d571c5f..8aaf7ee 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=10
+GAL_CURRENT=11
 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 61641c5..3161885 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -169,7 +169,7 @@ all the commits needed for this release have been completed.
               --package-name=gnuastro --previous-version=0.1               \
               --current-version=0.2 --gpg-key-id=$mykeyid                  \
               --url-directory=https://YYYY.gnu.org/gnu/gnuastro            \
-              --archive-suffix=tar.lz > ~/announcement.txt
+              > ~/announcement.txt
 
 
  - Based on previous announcements, add an intro, the NEWS file and the



reply via email to

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