summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-14 21:30:15 +0200
committerThomas Haller <thaller@redhat.com>2018-09-14 21:30:15 +0200
commit30674675cb00785d676c672488fde9e27c2c3df4 (patch)
tree69bea835c7fcf17f74186efbd9d58a91bd467b34 /meson.build
parent2979c891c4af7584780924e92b6d448b7d6cd328 (diff)
parent3b5912f08d1a813fff64ac0e3ef82f9b4fa37763 (diff)
downloadNetworkManager-30674675cb00785d676c672488fde9e27c2c3df4.tar.gz
release: bump version to 1.15.1-dev after 1.14.0 release1.15.1-dev
After 1.14.0 is released, merge it back into master so that 1.14.0 is part of the history of master. That means, $ git log --first-parent master will also traverse 1.14.0 and 1.14-rc*. Also bump the micro version to 1.15.1-dev to indicate that this is after 1.14.0 is out.
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 da0e800942..effaabec03 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.14.0',
+ version: '1.15.1',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',