guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/02: Configure uses 2.3.x tags for version


From: Andy Wingo
Subject: [Guile-commits] 02/02: Configure uses 2.3.x tags for version
Date: Thu, 20 Sep 2018 05:42:43 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 9505263fda8963fb82b723aec2c347970acb84af
Author: Andy Wingo <address@hidden>
Date:   Thu Sep 20 11:42:08 2018 +0200

    Configure uses 2.3.x tags for version
    
    * configure.ac: Only pick 2.3.x tags for the version.  Will need to bump
      when we do 3.0.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a9c2200..7b61e10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ License along with Guile.  If not, see
 AC_PREREQ(2.61)
 
 AC_INIT([GNU Guile],
-        m4_esyscmd([build-aux/git-version-gen --match  v2.\[12\].\* 
.tarball-version]),
+        m4_esyscmd([build-aux/git-version-gen --match v2.3.\* 
.tarball-version]),
         address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])



reply via email to

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