summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-01-16 10:56:18 +0100
committerBastien Nocera <hadess@hadess.net>2019-01-16 12:47:53 +0100
commitef7b2548f87af6206623fa82e958c62e5aa51e7a (patch)
treeef91d6364c546afdfbea0c3601be5049e5f802e4 /meson.build
parente64fcb94126ae8049e5ec3ba1b5f2ee8b0525d60 (diff)
downloadtotem-pl-parser-ef7b2548f87af6206623fa82e958c62e5aa51e7a.tar.gz
3.26.2V_3_26_2
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 fce5832..2595d16 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.26.1', # Don't forget to also change plparser_lt_version!
+ version: '3.26.2', # Don't forget to also change plparser_lt_version!
default_options: [
'buildtype=debugoptimized',
'warning_level=1',
@@ -14,7 +14,7 @@ project('totem-pl-parser', 'c',
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-plparser_lt_version='19:2:1'
+plparser_lt_version='19:3:1'
plparse_version = meson.project_version()
plparse_major_version = plparse_version.split('.')[0].to_int()