aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-05-18 19:47:11 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2021-05-18 19:56:52 +0400
commita62890e71126795ca593affa747f669bed88e89c (patch)
tree224e143a5f8fcb898c88fdb264261aa4dceda468 /meson.build
parentc221087f91aa75bcc0a5c1b286d8a9eb652d24f3 (diff)
downloadslirp-a62890e71126795ca593affa747f669bed88e89c.zip
slirp-a62890e71126795ca593affa747f669bed88e89c.tar.gz
slirp-a62890e71126795ca593affa747f669bed88e89c.tar.bz2
Release v4.5.0v4.5.0
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 82bc074..19d6775 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libslirp', 'c',
- version : '4.4.0',
+ version : '4.5.0',
license : 'BSD-3-Clause',
default_options : ['warning_level=1', 'c_std=gnu99'],
meson_version : '>= 0.50',
@@ -44,9 +44,9 @@ conf.set_quoted('SLIRP_VERSION_STRING', full_version + get_option('version_suffi
# - If the interface is the same as the previous version, but bugs are
# fixed, change:
# REVISION += 1
-lt_current = 2
-lt_revision = 3
-lt_age = 2
+lt_current = 3
+lt_revision = 0
+lt_age = 3
lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision)
host_system = host_machine.system()