From 13a7269378e94046d21b7d39eda58980c351ee70 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 22 Apr 2006 20:10:24 +1000 Subject: [PATCH] Bump version number darcs-hash:20060422101024-ac50b-8cfc71d94572187d8d3a6ce890beee0a0225a09a.gz --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 010a0b606..6fd53c511 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(fish,1.21.5,fish-users@lists.sf.net) +AC_INIT(fish,1.21.6,fish-users@lists.sf.net) # If needed, run autoconf to regenerate the configure file AC_MSG_CHECKING([if autoconf needs to be run]) @@ -12,7 +12,7 @@ if test configure -ot configure.ac; then if autoconf; then ./configure "$@" fi - exit + exit else AC_MSG_ERROR( [cannot find the autoconf program in your path. This program needs to be run whenever the configure.ac file is modified.