[recipes/recipes-1.0] 1.0.8



commit 06607b7b2bbf6ef58ac1ca74da5cc1a156262c45
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun May 7 17:13:54 2017 -0400

    1.0.8
    
    A follow-up release to get a working flatpak build.

 configure.ac                                  |    2 +-
 data/appdata/org.gnome.Recipes.appdata.xml.in |    2 +-
 flatpak/org.gnome.Recipes.json                |    3 +--
 meson.build                                   |    2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2c71022..a870b0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl Define Versioning Information
 dnl ***********************************************************************
 m4_define([major_version],[1])
 m4_define([minor_version],[0])
-m4_define([micro_version],[6])
+m4_define([micro_version],[8])
 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 2eeb4b3..391b980 100644
--- a/data/appdata/org.gnome.Recipes.appdata.xml.in
+++ b/data/appdata/org.gnome.Recipes.appdata.xml.in
@@ -59,7 +59,7 @@
     </screenshot>
   </screenshots>
   <releases>
-    <release version="1.0.6" date="2017-05-07">
+    <release version="1.0.8" date="2017-05-07">
       <description>
         <p>
           A stable update to include translation updates and bug fixes.
diff --git a/flatpak/org.gnome.Recipes.json b/flatpak/org.gnome.Recipes.json
index db5312c..a980879 100644
--- a/flatpak/org.gnome.Recipes.json
+++ b/flatpak/org.gnome.Recipes.json
@@ -63,8 +63,7 @@
                     {
                         "type": "git",
                         "url": "git://git.gnome.org/recipes",
-                        "branch": "1.0.6",
-                        "commit": "ee83a5f25f7f584a4222613c37cc3c06ee4dd0af"
+                        "branch": "1.0.8"
                     }
             ]
         }
diff --git a/meson.build b/meson.build
index 0f7788f..ca1073d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-recipes', 'c', version: '1.0.6',
+project('gnome-recipes', 'c', version: '1.0.8',
         meson_version : '>=0.36.0')
 
 i18n = import('i18n')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]