summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJan Grulich <jgrulich@redhat.com>2018-07-23 08:05:40 +0200
committerWim Taymans <wtaymans@redhat.com>2018-08-14 14:40:07 +0200
commit77f759eb6ec9b69725742bab62065586c524b06b (patch)
tree7c65ce2a48cf3c56b4c20ebcaf118b4b292bf298 /meson.build
parent31d9438b55a446fbb5d45a3de960a0fb40e12c0c (diff)
Bump apiversion and soversion for PW 0.2.x
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 17e3d434..b58b9812 100644
--- a/meson.build
+++ b/meson.build
@@ -17,8 +17,8 @@ else
pipewire_version_nano = 0
endif
-apiversion = '0.1'
-soversion = 0
+apiversion = '0.2'
+soversion = 1
libversion = '@0@.@1@.0'.format(soversion, pipewire_version_minor.to_int() * 100 + pipewire_version_micro.to_int())
prefix = get_option('prefix')