[gcab] Release v1.4.0
- From: Marc-André Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcab] Release v1.4.0
- Date: Mon, 6 Jan 2020 11:32:50 +0000 (UTC)
commit e3f0c240eb1a1961f0ff61a83a2c7fafba95abb4
Author: Marc-André Lureau <marcandre lureau redhat com>
Date: Mon Jan 6 15:22:26 2020 +0400
Release v1.4.0
Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>
NEWS | 11 +++++++++++
meson.build | 6 +++---
2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index e6d997d..f592b83 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+v1.4
+====
+
+New Features:
+ - New GDateTime-based APIs
+ - Allow comping as meson subproject
+
+Bugfixes:
+ - build-sys fixes
+ - MacOS/Windows build support
+
v1.3
====
diff --git a/meson.build b/meson.build
index 15e907c..8eb4127 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gcab', 'c',
- version : '1.3',
+ version : '1.4',
license : 'LGPL-2.1+',
meson_version : '>=0.50.0',
default_options : ['warning_level=2', 'c_std=c99'],
@@ -12,9 +12,9 @@ if git.found()
endif
# libtool versioning
-lt_current = 0
+lt_current = 1
lt_revision = 0
-lt_age = 0
+lt_age = 1
lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision)
darwin_versions = [lt_current + 1, '@0@.@1@.0'.format(lt_current + 1, lt_revision)]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]