aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-12-02 23:51:50 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-12-03 11:11:02 +0400
commitbfa16aba48dfb9fcdc2ea1705f1e0fd0ef3e38af (patch)
tree09995797386325fc0dc5cabc51800b8d5b428e56 /meson.build
parent339f791f6d14ed40122f03856b95b34ec05a4dc2 (diff)
downloadslirp-bfa16aba48dfb9fcdc2ea1705f1e0fd0ef3e38af.zip
slirp-bfa16aba48dfb9fcdc2ea1705f1e0fd0ef3e38af.tar.gz
slirp-bfa16aba48dfb9fcdc2ea1705f1e0fd0ef3e38af.tar.bz2
Release v4.1.0
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 27c8a1c..401b736 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libslirp', 'c',
- version : '4.0.0',
+ version : '4.1.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 = 0
+lt_current = 1
lt_revision = 0
-lt_age = 0
+lt_age = 1
lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision)
host_system = host_machine.system()