summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-09-03 11:37:00 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-09-03 11:37:00 +0100
commit2bc0941f428cf7fa54e4ba996482dba3843e08d3 (patch)
treec8b780aa0141bf679da5bde145fad680635d71f1 /meson.build
parentbd73293a6ead6b4fc607a1943e8e9d9dc423c097 (diff)
downloadlibgdata-6f7c63a0001d5ffbb18be1a34f4db4b6321173f3.tar.gz
0.17.130.17.13
Signed-off-by: Philip Withnall <withnall@endlessm.com>
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 838d6f53..d4e623c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libgdata', 'c',
- version: '0.17.12',
+ version: '0.17.13',
license: 'LGPL2.1+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',
@@ -35,7 +35,7 @@ gdata_include_subdir = gdata_name / 'gdata'
#
# Note that versioning started at 2:0:0 to ensure no conflicts with e-d-s' libgdata library, whose maximum version was 1:0:0
current = 27
-revision = 1
+revision = 2
age = 5
gdata_soversion = '@0@.@1@.@2@'.format(current - age, age, revision)