guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-10-238-g0


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-10-238-g04ed046
Date: Tue, 01 Jun 2010 21:36:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=04ed046aa47eab44d20f4ba6282fee6fcbe8dfc8

The branch, master has been updated
       via  04ed046aa47eab44d20f4ba6282fee6fcbe8dfc8 (commit)
      from  1a799171a9ba7dc329b6ceb2dcedf1df748f684a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 04ed046aa47eab44d20f4ba6282fee6fcbe8dfc8
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 1 23:34:33 2010 +0200

    Fix `git-version-gen' sed script.
    
    * cfg.mk (git-version-gen-tag-sed-script): Remove trailing dash in
      regexp.
    
    * configure.ac: Likewise in the second argument to `AC_INIT'.

-----------------------------------------------------------------------

Summary of changes:
 cfg.mk       |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 4b24711..b63cf78 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,3 +1,3 @@
 old_NEWS_hash = d41d8cd98f00b204e9800998ecf8427e
 git-version-gen-tag-sed-script :=                                      \
-  's/^release_\([0-9]\+\)-\([0-9]\+\)-\([0-9]\+\)-/v\1.\2\.\3-/g'
+  's/^release_\([0-9]\+\)-\([0-9]\+\)-\([0-9]\+\)/v\1.\2\.\3/g'
diff --git a/configure.ac b/configure.ac
index 35f4a69..1cdb471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_PREREQ(2.61)
 AC_INIT([GNU Guile],
         m4_esyscmd([build-aux/git-version-gen                                  
\
           .tarball-version                                                     
\
-          's/^release_\([0-9]\+\)-\([0-9]\+\)-\([0-9]\+\)-/v\1.\2\.\3-/g']),
+          's/^release_\([0-9]\+\)-\([0-9]\+\)-\([0-9]\+\)/v\1.\2\.\3/g']),
         address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])


hooks/post-receive
-- 
GNU Guile



reply via email to

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