From 366790e53e3967ee494b8ef4c45e39024946e53f Mon Sep 17 00:00:00 2001 From: James G Sack Date: Sat, 29 Mar 2008 19:34:28 +0000 Subject: [PATCH] bump version to be higher than prior release svn: r10415 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 1f4c7ae11..c125e06ee 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,8 @@ dnl Process this file with autoconf to produce a configure script. dnl May need to run automake && aclocal first AC_PREREQ(2.57) -AC_INIT(gramps, 2.90.0, [gramps-bugs@lists.sourceforge.net]) +dnl NOTE: arg to macro below becomes the "VERSION" +AC_INIT(gramps, 3.1.0, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE([1.6.3 foreign])