From 634be62d3b71a260ab7168e5f67fdf6879cd4966 Mon Sep 17 00:00:00 2001 From: James G Sack Date: Wed, 12 Mar 2008 20:07:43 +0000 Subject: [PATCH] Change version to 2.90.5 (something below 3) until 3.0.0 is released/ Also added comment (dnl) line to make finding source of VERSION easier. svn: r10285 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 1f4c7ae11..72a20e8d8 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: 1st arg to macro below becomes the "VERSION" +AC_INIT(gramps, 2.90.5, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE([1.6.3 foreign])