[Xfce4-commits] [apps/parole] 01/01: Post release tag bump
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 16:30:53 CET 2015
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository apps/parole.
commit b4839f4b44475fa1f334c318a6f2a799b741ed5d
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Feb 28 10:30:52 2015 -0500
Post release tag bump
---
configure.ac.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 23ebfbe..b50e753 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,8 +4,8 @@ m4_define([parole_version_api], [0])
m4_define([parole_version_major], [0])
m4_define([parole_version_minor], [8])
m4_define([parole_version_micro], [0])
-m4_define([parole_version_build], [])
-m4_define([parole_version_tag], [])
+m4_define([parole_version_build], [@REVISION@])
+m4_define([parole_version_tag], [git])
m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
AC_INIT([parole], [parole_version], [http://docs.xfce.org/apps/parole/bugs])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list