Change tag naming convention to `vX.Y.Z'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 16 Feb 2011 09:25:23 +0000 (10:25 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 16 Feb 2011 09:25:23 +0000 (10:25 +0100)
* configure.ac: Tell `git-version-gen' that we're switching to a
  `vX.Y.Z' scheme for release tags.

configure.ac

index 5b47701..423ae99 100644 (file)
@@ -29,9 +29,7 @@ Floor, Boston, MA 02110-1301, USA.
 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][0-9]*\)-\([0-9][0-9]*\)/v\1.\2\.\3/g']),
+        m4_esyscmd([build-aux/git-version-gen .tarball-version]),
         [bug-guile@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])