summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index daf859bf..83e56c2e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,7 +19,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT(GNU grep, 2.5.4-cvs, bug-grep@gnu.org, grep)
+AC_INIT(GNU grep, 2.5.4, bug-grep@gnu.org, grep)
AC_CONFIG_SRCDIR(src/grep.c)
AC_DEFINE(GREP, 1, [We are building grep])
AC_PREREQ(2.53)