set version number for svn

svn: r6073
This commit is contained in:
Don Allingham 2006-03-04 16:26:31 +00:00
parent a3aedf85ae
commit 26ade2a6cc
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2006-03-04 Don Allingham <don@gramps-project.org>
* configure.in: use svnversion to get version number
* src/DataViews/Makefile.in: added
* src/DataViews/__init__.py: added
* src/DataViews/_MapView.py: moved to DataViews directory

View File

@ -7,7 +7,7 @@ AC_PREREQ(2.57)
AC_INIT(gramps, 2.1.0, gramps-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR(src/gramps.py)
AM_INIT_AUTOMAKE(1.6.3)
RELEASE=0.SVN$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=1
VERSIONSTRING=$VERSION