set version number for svn
svn: r6073
This commit is contained in:
parent
a3aedf85ae
commit
26ade2a6cc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user