summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-08-23 11:39:26 +0200
committerBastien Nocera <hadess@hadess.net>2017-08-23 11:40:21 +0200
commit08287e718d92f7d5acf82eb50cd8f384168887aa (patch)
tree9ec80bdec9a3b5080bcb56ae59e5339c7ca1f0e0
parentd9b16875be63c501a785344d688e0fc556c082b2 (diff)
downloadgnome-desktop-08287e718d92f7d5acf82eb50cd8f384168887aa.tar.gz
build: Move gnome_sub next to the other version numbers
So that it's not missed, repeatedly, by whoever updates the configure.ac.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ad771d4a..3ac29863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 25)
m4_define(gnome_micro, 91)
+m4_define(gnome_sub, 1)
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_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)),