summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-07-30 08:28:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-07-30 08:39:20 -0400
commitb4db806a0ce050ef70b92a428755f0d3dc7c844e (patch)
treef5dbd3d067a3f2a5a2ce06ae00d13ee729c6b027 /configure.ac
parent80b400b717bc556fcd42f93b297410d3c4f56631 (diff)
downloadgnome-desktop-b4db806a0ce050ef70b92a428755f0d3dc7c844e.tar.gz
3.9.53.9.5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dcc6bc32..40202745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 9)
-m4_define(gnome_micro, 1)
+m4_define(gnome_micro, 5)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed
-m4_define(gnome_sub, 1)
+m4_define(gnome_sub, )
m4_define(gnome_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)),