From 9562615265c57ef7ee7382ceebe25f4481616b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 17 Mar 2020 00:02:48 +0100 Subject: Prepare for v4.2.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson.build') 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() -- cgit v1.1