summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-05-17 15:50:12 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-05-17 15:50:12 +0200
commitf6f8e77500f605822aaccad8c4644632f0312e00 (patch)
treede248cc9cf4599a3bb2186e1412432dcb3ca39ec /configure.ac.in
parent2849a042594fc7a5c8a42ab37865f7ebc510610f (diff)
downloadixfce4-power-manager-f6f8e77500f605822aaccad8c4644632f0312e00.tar.gz
Back to development
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 4b055267..79a2b77d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,7 +3,7 @@ m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [6])
m4_define([xfpm_version_micro], [2])
m4_define([xfpm_version_build], [@REVISION@])
-m4_define([xfpm_version_tag], [])
+m4_define([xfpm_version_tag], [git])
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])