summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorAli Abdallah <ali@xfce.org>2017-07-24 13:58:38 +0200
committerAli Abdallah <ali@xfce.org>2017-07-24 13:58:38 +0200
commit4e98078f905848eb3962bca99b879eac4e40e281 (patch)
tree007c5a07235cc77101f887c4c45e5466ab241441 /configure.ac.in
parentd12062f3bb2e2c9318165f51cca5206740f2f068 (diff)
downloadxfconf-4e98078f905848eb3962bca99b879eac4e40e281.tar.gz
Post release git version tags.
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac.in b/configure.ac.in
index f1f1d38..418df37 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,8 +12,8 @@ m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [13])
m4_define([xfconf_version_micro], [3])
m4_define([xfconf_version_nano], [])
-m4_define([xfconf_version_build], [])
-m4_define([xfconf_version_tag], [])
+m4_define([xfconf_version_build], [@REVISION@])
+m4_define([xfconf_version_tag], [git])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])