summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-02-21 20:35:02 +0100
committerThomas Haller <thaller@redhat.com>2020-02-21 20:35:02 +0100
commit46bc6d93d6bd502dadb8e0edd78a655210909c15 (patch)
treecdfe661ae83da21d3951d65402dbf396183c6eb0
parentcb2c00d823c1c75bc1b3c019df84b1db1e03386b (diff)
downloadNetworkManager-46bc6d93d6bd502dadb8e0edd78a655210909c15.tar.gz
release: bump version to 1.23.2-dev1.23.2-dev
-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 e54b88957a..1a7f11e66e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl "shared/nm-version-macros.h.in"
dnl - update number in meson.build
m4_define([nm_major_version], [1])
m4_define([nm_minor_version], [23])
-m4_define([nm_micro_version], [1])
+m4_define([nm_micro_version], [2])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 68a0c92f69..db725bf178 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "shared/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.23.1',
+ version: '1.23.2',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',