[network-manager-applet] release: bump version to 1.8.8
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] release: bump version to 1.8.8
- Date: Mon, 18 Dec 2017 08:26:32 +0000 (UTC)
commit d1ffdf115f2c6893c76c2ca4ec4095e2fa2092dd
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Dec 18 07:58:11 2017 +0100
release: bump version to 1.8.8
configure.ac | 2 +-
meson.build | 2 +-
src/libnma/nma-version.h.in | 5 +++--
3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d228578..e537a90 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], [7])
+m4_define([nma_micro_version], [8])
m4_define([nma_version],
[nma_major_version.nma_minor_version.nma_micro_version])
diff --git a/meson.build b/meson.build
index 359febb..ef71253 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'network-manager-applet', 'c',
- version: '1.8.7',
+ version: '1.8.8',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',
diff --git a/src/libnma/nma-version.h.in b/src/libnma/nma-version.h.in
index 5728c94..38ff058 100644
--- a/src/libnma/nma-version.h.in
+++ b/src/libnma/nma-version.h.in
@@ -70,9 +70,10 @@
#define NMA_VERSION_1_8_4 (NMA_ENCODE_VERSION (1, 8, 4))
#define NMA_VERSION_1_8_6 (NMA_ENCODE_VERSION (1, 8, 6))
#define NMA_VERSION_1_8_8 (NMA_ENCODE_VERSION (1, 8, 8))
+#define NMA_VERSION_1_8_10 (NMA_ENCODE_VERSION (1, 8, 10))
-#define NMA_VERSION_CUR_STABLE NMA_VERSION_1_8_6
-#define NMA_VERSION_NEXT_STABLE NMA_VERSION_1_8_8
+#define NMA_VERSION_CUR_STABLE NMA_VERSION_1_8_8
+#define NMA_VERSION_NEXT_STABLE NMA_VERSION_1_8_10
#define NMA_VERSION NMA_ENCODE_VERSION (NMA_MAJOR_VERSION, NMA_MINOR_VERSION, NMA_MICRO_VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]