summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-12-10 22:43:36 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-12-10 22:43:36 +0100
commitaea43710d2d628b2f43a8e6e7acffdb76dee589d (patch)
treeea5522562ce41f4a9776b08a1481f6e300017440 /configure.ac.in
parent59b79a30dace29cd7683ae03f26810eebff5ad32 (diff)
downloadlibxfce4ui-aea43710d2d628b2f43a8e6e7acffdb76dee589d.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 9c65a02..cece451 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([libxfce4ui_version_minor], [15])
m4_define([libxfce4ui_version_micro], [6])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [])
+m4_define([libxfce4ui_version_tag], [git])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])