[network-manager-applet/th/tmp: 5/5] version: bump version to 1.8.99 (in anticipation of 1.16.0 release)



commit da1c3ed042c9526a3d69b6908efbeae50f43277a
Author: Thomas Haller <thaller redhat com>
Date:   Thu Mar 5 12:37:01 2020 +0100

    version: bump version to 1.8.99 (in anticipation of 1.16.0 release)
    
    For applet, we (usually) don't main stable branches upstream. Nor
    does the versioning scheme (with 3 numbers) give currently space for
    that.
    
    Up to now, the first two numbers (1.8) indicate the minimum requires
    libnm version API. There is no particular good reason to do (or not
    to do) that. However,  worked reasonably well.
    
    We bumped the libnm version requirement to 1.16.0. Reflect that in
    our version number.
    
    Note that we are still in a development, pre-release version for 1.16.0.
    Hence, bump the version to 1.8.99.

 NEWS         | 2 +-
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9b328cec..4d4f1b1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 =======================================================
-network-manager-applet-1.8.26
+network-manager-applet-1.16.0
 Overview of changes since network-manager-applet-1.8.24
 =======================================================
 
diff --git a/configure.ac b/configure.ac
index 1719d292..b7120c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
 
 m4_define([nma_major_version], [1])
 m4_define([nma_minor_version], [8])
-m4_define([nma_micro_version], [25])
+m4_define([nma_micro_version], [99])
 m4_define([nma_version],
           [nma_major_version.nma_minor_version.nma_micro_version])
 
diff --git a/meson.build b/meson.build
index 7acc6497..4461ec56 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'network-manager-applet', 'c',
-  version: '1.8.25',
+  version: '1.8.99',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',


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