aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-03-17 00:02:48 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2020-03-17 00:07:29 +0100
commit9562615265c57ef7ee7382ceebe25f4481616b94 (patch)
tree19ff82d642da6a815b24f520e219e2a08bac92d5 /meson.build
parentf9c56fed8ef0bae4ac81a7335c5d262e1e1f4c21 (diff)
downloadslirp-9562615265c57ef7ee7382ceebe25f4481616b94.zip
slirp-9562615265c57ef7ee7382ceebe25f4481616b94.tar.gz
slirp-9562615265c57ef7ee7382ceebe25f4481616b94.tar.bz2
Prepare for v4.2.0 release
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 401b736..df0d26f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libslirp', 'c',
- version : '4.1.0',
+ version : '4.2.0',
license : 'BSD-3-Clause',
default_options : ['warning_level=1', 'c_std=gnu99']
)
@@ -32,9 +32,9 @@ conf.set('SLIRP_MICRO_VERSION', micro_version)
# - If the interface is the same as the previous version, but bugs are
# fixed, change:
# REVISION += 1
-lt_current = 1
+lt_current = 2
lt_revision = 0
-lt_age = 1
+lt_age = 2
lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision)
host_system = host_machine.system()