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



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

    version: bump version to 1.15.0 (in anticipation of 1.16.0 release)
    
    For applet, we (usually) don't main stable branches upstream. Nor
    did the versioning scheme so far (with 3 numbers) give space for
    that.
    
    Up to now, the first two numbers (1.8) indicate the minimum required
    libnm version API. There is no particular good reason to do (or not
    to do) that. It worked reasonably well.
    
    However, let's change our versioning scheme. For one, we only seldom
    bump the required libnm version, so expressing this in the version
    number of applet is not spectacular. Also, we have other important
    libraries too (gtk3/gtk4, libnma-1.8.27). It's not clear that libnm's
    version number is more important than the one of other libraries
    and why applet's version number should follow libnm's version number.
    
    Start a new versioning scheme with the next release. The next release
    will be 1.16.0 (still to reflect that we now require libnm 1.16.0).
    Also, future (major) releases will bump the second version number. Basically,
    we will adopt the same versioning scheme as NetworkManager, and their
    versions will move independently.
    
    Note that we are still in a development, pre-release version for 1.16.0.
    Hence, bump the version to 1.15.0.

 NEWS         | 2 +-
 configure.ac | 4 ++--
 meson.build  | 2 +-
 3 files changed, 4 insertions(+), 4 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..84432b91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 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_minor_version], [15])
+m4_define([nma_micro_version], [0])
 m4_define([nma_version],
           [nma_major_version.nma_minor_version.nma_micro_version])
 
diff --git a/meson.build b/meson.build
index 7acc6497..a1c54e98 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'network-manager-applet', 'c',
-  version: '1.8.25',
+  version: '1.15.0',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',


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