summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2019-02-21 12:13:28 +0100
committerJiří Techet <techet@gmail.com>2019-02-21 12:13:28 +0100
commit3abc28430124256660a7321da1fa6571f2975ad7 (patch)
tree54930b293e475edaa1b4df8e2e7e4f4e52dfaa27 /meson.build
parent57d491927677b4c7e7bded8367ac3e449a1acd19 (diff)
downloadlibchamplain-3abc28430124256660a7321da1fa6571f2975ad7.tar.gz
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5366d9d..1f0b69d 100644
--- a/meson.build
+++ b/meson.build
@@ -31,7 +31,7 @@ endif
# been preserved, change to C.A+1.R
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1.0.0
-lib_version = '0.11.7'
+lib_version = '0.11.8'
package_name = meson.project_name().strip('lib')
package_string = '@0@-@1@'.format(package_name, api_version)