summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-07 12:31:05 +0200
committerThomas Haller <thaller@redhat.com>2018-09-07 12:31:07 +0200
commitf0193b49a55482498200202a256c2f396abc2f72 (patch)
treeac8185a8da5edfdb0a0a1ecd77345226d0e9f059
parent05cb1d6967fa4e2a9646f24015ddfc77b12a234c (diff)
downloadnetwork-manager-applet-1.8.18.tar.gz
release: bump version to 1.8.181.8.18
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e32a8e4b..e3381890 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], [17])
+m4_define([nma_micro_version], [18])
m4_define([nma_version],
[nma_major_version.nma_minor_version.nma_micro_version])
diff --git a/meson.build b/meson.build
index cfaa50fe..df639b3a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'network-manager-applet', 'c',
- version: '1.8.17',
+ version: '1.8.18',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',