summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-09-29 22:48:32 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2021-09-29 22:48:32 +0200
commit55725a7e437cdd3335ea8e50f5b44541eed839c9 (patch)
treee89259c9788ed9fe4ab019fe421c06bf048725ca
parenta08a6b87504312a93ad04948df939a65dce708e3 (diff)
downloadexo-55725a7e437cdd3335ea8e50f5b44541eed839c9.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 ef145f9..b248d9c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([libexo_version_minor], [17])
m4_define([libexo_version_micro], [1])
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 ********************************************