[totem-pl-parser/wip/hadess/add-ignored-extensions: 13/13] build: Bump version for API additions
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/add-ignored-extensions: 13/13] build: Bump version for API additions
- Date: Sat, 9 Nov 2019 13:17:39 +0000 (UTC)
commit c335416bfabec1afb5ac3fa2983dfe06ca984bcc
Author: Bastien Nocera <hadess hadess net>
Date: Sat Nov 9 14:13:00 2019 +0100
build: Bump version for API additions
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 50956b3..326fb3d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.26.3', # Don't forget to also change plparser_lt_version!
+ version: '3.26.4', # 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:4:1'
+plparser_lt_version='20:4:2'
plparse_version = meson.project_version()
plparse_major_version = plparse_version.split('.')[0].to_int()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]