diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 37d3bf4..1fb2cd3 100644 --- a/meson.build +++ b/meson.build @@ -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 = 3 -lt_revision = 1 -lt_age = 3 +lt_current = 4 +lt_revision = 0 +lt_age = 4 lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision) host_system = host_machine.system() |