summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-12-07 22:12:00 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2021-12-07 22:12:00 +0100
commite75ba4a9bb72e9caba2d5c94c8c9d0ad6a62a64b (patch)
treeac67d63e7e686ff46e1bf89b6990c040c761dd7b
parent3168ae8ffa128a35b0455ad1a950b602ed2c8af4 (diff)
downloadexo-xfce-4.16.tar.gz
Back to developmentxfce-4.16
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 187eb00..03b44e1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([libexo_version_minor], [16])
m4_define([libexo_version_micro], [3])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [])
+m4_define([libexo_version_tag], [git])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
dnl ********************************************