summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2019-08-11 19:50:27 -0300
committerAndre Miranda <andreldm@xfce.org>2019-08-11 19:50:27 -0300
commit0bcbe68f9c40fd500088255bcf4ae9b3729805c0 (patch)
tree0c25aeafd1277e8fc1ae3780ec4fa67a62c796b8 /configure.ac.in
parentb9a6d53aabe8bbf79f6a1629616cbf694d4b651a (diff)
downloadixfce4-power-manager-0bcbe68f9c40fd500088255bcf4ae9b3729805c0.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 46407286..edc3d4c4 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], [5])
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/])