summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-12-14 15:29:03 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2020-12-14 15:29:03 +0100
commitc7a470dd668d7c098a533389ed00f9850ff6b07b (patch)
tree72769bc0192af2c0a9c7cb9285d2f968f77b06b7 /meson.build
parent53fa9560041a683b513df13e3fc78b917544250f (diff)
release: bump version to 1.29.6 (development)1.29.6-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 fdd98da91d..008d26be1f 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "shared/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.29.5',
+ version: '1.29.6',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',