2.90.0 beta
svn: r9856
This commit is contained in:
parent
719be42081
commit
4b8a324b7a
@ -1,3 +1,6 @@
|
|||||||
|
2008-01-16 Stéphane Charette <stephanecharette@gmail.com>
|
||||||
|
* configure.in: changed version number scheme for beta 1
|
||||||
|
|
||||||
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
* src/plugins/WriteCD.py
|
* src/plugins/WriteCD.py
|
||||||
* src/plugins/vcardexport.glade
|
* src/plugins/vcardexport.glade
|
||||||
|
@ -4,14 +4,16 @@ 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.3.91, [gramps-bugs@lists.sourceforge.net])
|
AC_INIT(gramps, 2.90.0, [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
|
||||||
|
|
||||||
RELEASE=0.SVN$(svnversion -n .)
|
dnl RELEASE=0.SVN$(svnversion -n .)
|
||||||
|
RELEASE=beta
|
||||||
|
dnl RELEASE=0rc1
|
||||||
dnl RELEASE=1
|
dnl RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user