Change version string to contain git hash instead of svn revision
Align "gramps --version" with master as of [57daf4], within or without .git available.
This commit is contained in:
parent
0753f87630
commit
91424cfec7
@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE([1.6.3 foreign])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
RELEASE=0.SVN$(svnversion -n .)
|
||||
RELEASE=$(git log -1 --format=%h .)
|
||||
dnl RELEASE=0beta
|
||||
dnl RELEASE=0rc1
|
||||
dnl RELEASE=1
|
||||
|
Loading…
Reference in New Issue
Block a user