summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-09-14 14:22:27 +0200
committerBastien Nocera <hadess@hadess.net>2017-09-14 14:22:27 +0200
commit279ca9c68f9ed24a29bec5ababcdbf97fd5d08e7 (patch)
treed1cde361fe90b9d6984fa5b0c9d82cbb8fc47e0c
parenta39b41654c9c2dec82ae5d80e55e4b123b321a38 (diff)
downloadtotem-pl-parser-V_3_26_0.tar.gz
3.26.0V_3_26_0
-rw-r--r--NEWS3
-rw-r--r--meson.build4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6b078f4..fa5eb9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
New features and significant updates in version...
+3.26.0:
+- Updated translations
+
3.25.90:
- Correct the soname of the install library
- Fix TOTEM_PL_PARSER_CHECK_VERSION() being missing
diff --git a/meson.build b/meson.build
index 01058a0..cca923d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.25.90', # Don't forget to also change plparser_lt_version!
+ version: '3.26.0', # 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:0:1'
+plparser_lt_version='19:1:1'
plparse_version = meson.project_version()
plparse_major_version = plparse_version.split('.')[0].to_int()