From 1085895778f612fefca80710d9885f251ab74497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Mon, 20 Oct 2008 04:41:04 +0000 Subject: [PATCH] bump version to 3.0.4 svn: r11162 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2acbdabd6..fc3adac8b 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl May need to run automake && aclocal first AC_PREREQ(2.57) dnl NOTE: 1st arg to macro below becomes the "VERSION" -AC_INIT(gramps, 3.0.3, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.0.4, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE([1.6.3 foreign])