[recipes] Bump version to 0.18.0
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Bump version to 0.18.0
- Date: Mon, 27 Feb 2017 16:38:40 +0000 (UTC)
commit 6939fc56bf7cc65668516924df10cd91674c5668
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 27 10:25:02 2017 -0500
Bump version to 0.18.0
configure.ac | 4 ++--
meson.build | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6e7e080..d7af373 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],[16])
-m4_define([micro_version],[1])
+m4_define([minor_version],[18])
+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/meson.build b/meson.build
index 1dc30a6..4de4157 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-recipes', 'c', version: '0.16.1',
+project('gnome-recipes', 'c', version: '0.18.0',
meson_version : '>=0.36.0')
i18n = import('i18n')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]