findutils-patches
[Top][All Lists]
Advanced

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

[Findutils-patches] [PATCH] Change suffix for non-release versions from


From: James Youngman
Subject: [Findutils-patches] [PATCH] Change suffix for non-release versions from -CVS to -git.
Date: Fri, 6 Mar 2009 10:15:49 +0000

* configure.ac(AC_INIT): Change the suffix used to indicate that
the version number doesn't correspond to a source release from
-CVS to -git.
* NEWS: Likewise.

Signed-off-by: James Youngman <address@hidden>
---
 ChangeLog    |    8 ++++++++
 NEWS         |    2 +-
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 199ea8d..1c6c580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-06  James Youngman  <address@hidden>
+
+       Change suffix for non-release versions from -CVS to -git.
+       * configure.ac(AC_INIT): Change the suffix used to indicate that
+       the version number doesn't correspond to a source release from
+       -CVS to -git.
+       * NEWS: Likewise.
+
 2009-03-05  James Youngman  <address@hidden>
 
        Fix Savannah bug #25764, duplicate entry for proc in PRUNEFS.
diff --git a/NEWS b/NEWS
index 9fc5875..7cc3a70 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU findutils NEWS - User visible changes.     -*- outline -*- (allout)
 
-* Major changes in release 4.5.4-CVS, YYYY-MM-DD
+* Major changes in release 4.5.4-git, YYYY-MM-DD
 
 ** Performance changes
 
diff --git a/configure.ac b/configure.ac
index 454ba7b..ce8b7d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU findutils], 4.5.4-CVS, address@hidden)
+AC_INIT([GNU findutils], 4.5.4-git, address@hidden)
 AC_CONFIG_AUX_DIR(build-aux)
 AM_INIT_AUTOMAKE
 
-- 
1.5.6.5





reply via email to

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