[gnome-desktop] build: Move gnome_sub next to the other version numbers



commit 08287e718d92f7d5acf82eb50cd8f384168887aa
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Aug 23 11:39:26 2017 +0200

    build: Move gnome_sub next to the other version numbers
    
    So that it's not missed, repeatedly, by whoever updates the
    configure.ac.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ad771d4..3ac2986 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)),
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]