summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2020-11-01 21:54:39 +0100
committerOlivier Fourdan <fourdan@xfce.org>2020-11-01 21:54:39 +0100
commit56562f389fbdeb310d238654fcde8ef5edde85c8 (patch)
tree326142ac8cc47baf30bd945dfbdc1a51ccf0926d /configure.ac.in
parentd4ea89aff91fa40ca3ca35fc25d44e8140fb5b26 (diff)
downloadxfwm4-56562f389fbdeb310d238654fcde8ef5edde85c8.tar.gz
Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac.in b/configure.ac.in
index cae52fb79..96367d9a9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,9 +5,9 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [15])
-m4_define([xfwm4_version_micro], [2])
+m4_define([xfwm4_version_micro], [3])
m4_define([xfwm4_version_build], [@REVISION@])
-m4_define([xfwm4_version_tag], [git])
+m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [3.20.0])