summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-06-26 22:47:31 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2021-06-26 22:47:31 +0200
commit7c3f41432f8619055cd265af550fc49c59570a8c (patch)
treeb86c8b0fa88501ec91c7517fd3bb50203913238d
parent363fa0b3972e831a47454dfad89d17ed7ac2f30e (diff)
downloadexo-7c3f41432f8619055cd265af550fc49c59570a8c.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 f69f4b1..afc4d08 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([libexo_version_minor], [17])
m4_define([libexo_version_micro], [0])
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 ********************************************