CVSROOT: /sources/grep Module name: grep Changes by: Tony Abou-Assaleh <taa> 09/02/10 05:51:35
Index: configure.ac.in =================================================================== RCS file: /sources/grep/grep/configure.ac.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -b -r1.13 -r1.14 --- configure.ac.in 10 Feb 2009 05:43:02 -0000 1.13 +++ configure.ac.in 10 Feb 2009 05:51:34 -0000 1.14 @@ -19,7 +19,7 @@ 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, [email protected], grep) +AC_INIT(GNU grep, 2.6-cvs, [email protected], grep) AC_CONFIG_SRCDIR(src/grep.c) AC_DEFINE(GREP, 1, [We are building grep]) AC_PREREQ(2.53)
