[gnome-contacts/gnome-3-26] Release version 3.26.1



commit ca7da114bbe5bab19ffbf3e9d3407f661397e2ec
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Jan 24 10:23:23 2018 +0100

    Release version 3.26.1

 configure.ac                           |    2 +-
 data/org.gnome.Contacts.appdata.xml.in |   13 ++++++++++++-
 meson.build                            |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 768f845..d73bfb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.26],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.26.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
 AC_CONFIG_SRCDIR([src/main.vala])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index f10023a..635b838 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,17 @@
   </screenshots>
 
   <releases>
+    <release date="2018-01-24" version="3.26.1">
+      <description>
+        <p>
+          Version 3.26 is a stable release, with the following changes:
+        </p>
+        <ul>
+          <li>Added README.md</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2017-09-11" version="3.26.0">
       <description>
         <p>
@@ -105,7 +116,7 @@
   <url type="homepage">https://wiki.gnome.org/Apps/Contacts</url>
   <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts</url>
   <url type="donation">http://www.gnome.org/friends/</url>
-  <update_contact>erickpc gnome org</update_contact>
+  <update_contact>nielsdg gnome org</update_contact>
   <project_group>GNOME</project_group>
   <translation type="gettext">gnome-contacts</translation>
 </component>
diff --git a/meson.build b/meson.build
index 3e87eef..1e63e62 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-contacts', [ 'vala', 'c' ],
-  version: '3.26',
+  version: '3.26.1',
   license: 'GPL2+',
   meson_version: '>= 0.37',
 )


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