guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated: Fix version computation for v3.0


From: Andy Wingo
Subject: [Guile-commits] branch master updated: Fix version computation for v3.0
Date: Wed, 15 Jan 2020 15:37:01 -0500

This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new a0fdb4e  Fix version computation for v3.0
a0fdb4e is described below

commit a0fdb4efc18ce47520170a8ccfd7f3f4c5c99d47
Author: Andy Wingo <address@hidden>
AuthorDate: Wed Jan 15 21:34:21 2020 +0100

    Fix version computation for v3.0
    
    * configure.ac: Fix git-version-gen invocation.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index bb9a928..6198c7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl   Process this file with autoconf to produce configure.
 dnl
 
 define(GUILE_CONFIGURE_COPYRIGHT,[[
-Copyright 1998-2019 Free Software Foundation, Inc.
+Copyright 1998-2020 Free Software Foundation, Inc.
 
 This file is part of Guile.
 
@@ -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.9.\* 
.tarball-version]),
+        m4_esyscmd([build-aux/git-version-gen --match v3.0.\* 
.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]