summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-12-03 13:38:19 +0100
committerThomas Haller <thaller@redhat.com>2020-12-03 13:38:19 +0100
commit952e3ebbe40a866d5627835c31063b5cadf6d2ec (patch)
tree36afd4b862d3315868d717ed3a8080909e4ffb6e /meson.build
parent8ff4625db98c56474018f2ede6c4d7f66a3d2c4a (diff)
release: bump version to 1.29.4 (development)1.29.4-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 bc8f075c0f..9b7e83fa63 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.3',
+ version: '1.29.4',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',