[recipes] 0.16.0
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] 0.16.0
- Date: Sat, 25 Feb 2017 20:55:31 +0000 (UTC)
commit 5b9667698bcdb764bf5d39d1e937f5c1bf3426f2
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 25 15:52:17 2017 -0500
0.16.0
configure.ac | 4 ++--
data/appdata/org.gnome.Recipes.appdata.xml.in | 4 ++--
meson.build | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6821b97..93edfb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ dnl ***********************************************************************
dnl Define Versioning Information
dnl ***********************************************************************
m4_define([major_version],[0])
-m4_define([minor_version],[14])
-m4_define([micro_version],[5])
+m4_define([minor_version],[16])
+m4_define([micro_version],[0])
m4_define([package_version],[major_version.minor_version.micro_version])
m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=recipes])
m4_define([api_version],[major_version])
diff --git a/data/appdata/org.gnome.Recipes.appdata.xml.in b/data/appdata/org.gnome.Recipes.appdata.xml.in
index 3ac1a49..ef9963b 100644
--- a/data/appdata/org.gnome.Recipes.appdata.xml.in
+++ b/data/appdata/org.gnome.Recipes.appdata.xml.in
@@ -47,10 +47,10 @@
</screenshot>
</screenshots>
<releases>
- <release version="0.14.5" date="2017-02-22">
+ <release version="0.16.0" date="2017-02-25">
<description>
<p>
- Another follow-up release to hopefully fix a crash.
+ This release brings mainly polish and robustness and crash fixes.
</p>
<ul>
<li>Introduce meson build support</li>
diff --git a/meson.build b/meson.build
index bba46ac..fa786d9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-recipes', 'c', version: '0.14.5',
+project('gnome-recipes', 'c', version: '0.16.0',
meson_version : '>=0.36.0')
i18n = import('i18n')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]