summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-12-26 23:55:51 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2021-12-26 23:55:51 +0100
commit0c2e0b6515af2571ee2c52341967b97408c5c94d (patch)
tree5aad82a30529f647184dd0eac6c19c436767a29e
parentea2522755366c2707c9afec50a2d9311779ee27b (diff)
downloadlibxfce4ui-0c2e0b6515af2571ee2c52341967b97408c5c94d.tar.gz
Back to development
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 7610bea..14580f0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([libxfce4ui_version_minor], [17])
m4_define([libxfce4ui_version_micro], [3])
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])