summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-11-19 17:47:38 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-11-19 17:47:38 +0100
commitbb966ed9bffcd0ba403ac094214dc3b2a6505200 (patch)
tree04f05635d807a4264e249cf286c3623e5e541f28 /configure.ac.in
parenta2f9c0b7de9fc9a853e1c06807177e50f8058fb3 (diff)
downloadlibxfce4ui-bb966ed9bffcd0ba403ac094214dc3b2a6505200.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 af2289d..f4c69b6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([libxfce4ui_version_minor], [15])
m4_define([libxfce4ui_version_micro], [5])
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])