summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Abou-Assaleh <taa@acm.org>2009-02-10 05:43:02 +0000
committerTony Abou-Assaleh <taa@acm.org>2009-02-10 05:43:02 +0000
commit872b59f3cefc242ae703c7f6bd5c97fea4e0681b (patch)
tree0aed2130bd6403a8781bb114c566eaf93f402a20
parent069071704139a4c229ac34e17aeb3c51cae20045 (diff)
downloadgrep-872b59f3cefc242ae703c7f6bd5c97fea4e0681b.tar.gz
* configure.ac.in: update version to 2.5.4v2.5.4
-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)