summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-16 20:26:43 +0200
committerThomas Haller <thaller@redhat.com>2021-06-16 20:26:45 +0200
commit161cf11cb19625c87c8524af0c38f808651f9fdf (patch)
tree63d4bd8bbb8588e8b60195b3239c77d5d4a305f4 /meson.build
parentd9c0d43879e8420dda6482b05341dcfeedf7be43 (diff)
parent35b0b4c93886d75e6d6bdf282845ba3d0fd6ade9 (diff)
release: bump version to 1.33.1 (development)1.33.1-dev
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 ac6c8a6565..6082828194 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.32.0',
+ version: '1.33.1',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',