about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-24 14:53:07 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-24 14:53:07 -0500
commita62a36104338c17e7a957e13703c841a1dd5ceca (patch)
treebbebe700ea2b47cf6b6b515ab2ab3cd980b23926 /meson.build
parent4d660d8947426e043acb5ff012b929c9ef538839 (diff)
parent1b1ea5e7932eb8b9491beb22f69844697751f1ce (diff)
Merge tag 'debian/1.36.0-1' into ubuntu/master
network-manager Debian release 1.36.0-1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1c313ed8..5f86ee05 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
 #  - add corresponding NM_VERSION_x_y_z macros in
 #    "src/libnm-core-public/nm-version-macros.h.in"
 #  - update number in configure.ac
-  version: '1.35.92',
+  version: '1.36.0',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',