* configure.in: Increment the version.

* Release: the 2.1.91 has been released.


svn: r7173
This commit is contained in:
Alex Roitman 2006-08-14 03:45:52 +00:00
parent edfef7d661
commit 3c4056d89e
2 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,8 @@
2006-08-13 Alex Roitman <shura@gramps-project.org> 2006-08-13 Alex Roitman <shura@gramps-project.org>
* NEWS: Update. * NEWS: Update.
* configure.in: Increment the version.
* Release: the 2.1.91 has been released.
2006-08-13 Don Allingham <don@gramps-project.org> 2006-08-13 Don Allingham <don@gramps-project.org>
* src/DataViews/_MediaView.py: fix drag-n-drop * src/DataViews/_MediaView.py: fix drag-n-drop

View File

@ -4,15 +4,15 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first dnl May need to run automake && aclocal first
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT(gramps, 2.1.91, [gramps-bugs@lists.sourceforge.net]) AC_INIT(gramps, 2.1.95, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in) AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE(1.6.3) AM_INIT_AUTOMAKE(1.6.3)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT GNOME_DOC_INIT
dnl RELEASE=0.SVN$(svnversion -n .) RELEASE=0.SVN$(svnversion -n .)
RELEASE=1 dnl RELEASE=1
VERSIONSTRING=$VERSION VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x" if test x"$RELEASE" != "x"