summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-08-21 13:02:43 +0300
committerPhilip Withnall <withnall@endlessm.com>2019-08-21 13:02:43 +0300
commit5b2e808bcf73bb44e5fc69c04069d7befec70518 (patch)
treea040f585aac1e37af0f30036b171c88fb2ab4c25 /meson.build
parent1a9b6f24b31ddc48b5aab8b4aa71ee47040ecde3 (diff)
downloadlibgdata-5b2e808bcf73bb44e5fc69c04069d7befec70518.tar.gz
Release version 0.17.110.17.11
Signed-off-by: Philip Withnall <withnall@endlessm.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 f9686ea3..50441abb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libgdata', 'c',
- version: '0.17.10',
+ version: '0.17.11',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',
@@ -34,9 +34,9 @@ gdata_include_subdir = gdata_name / 'gdata'
# 4. If any interfaces have been removed or changed since the last public release, then set age to 0.
#
# 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 = 26
+current = 27
revision = 0
-age = 4
+age = 5
gdata_soversion = '@0@.@1@.@2@'.format(current - age, age, revision)
top_inc_dir = include_directories('.')