summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-11 10:21:57 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-09-11 10:21:57 +0200
commitcb26862e7e70b77e0ec88fe7bd0f8a6a2e3eff3d (patch)
tree47b525ef9bf154c587a2cd779e28f782315f4c30
parentc1d8da93898a994ce06d99a51954f6a84b518b5f (diff)
downloadgnome-contacts-3.26.tar.gz
Release version 3.263.26
-rw-r--r--configure.ac2
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in15
-rw-r--r--meson.build2
3 files changed, 17 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 97cf863..768f845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.25.92.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.26],[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 527ed3c..f10023a 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,21 @@
</screenshots>
<releases>
+ <release date="2017-09-11" version="3.26.0">
+ <description>
+ <p>
+ Version 3.26 is a stable release, with the following improvements:
+ </p>
+ <ul>
+ <li>Support for Flatpak</li>
+ <li>Support for faster builds using Meson</li>
+ <li>Saving notes in a contact now works again</li>
+ <li>Some contact properties are now selectable</li>
+ <li>Use our own app icon, rather than a predefined one</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2017-09-05" version="3.25.92.1">
<description>
<p>
diff --git a/meson.build b/meson.build
index d498df6..3e87eef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '3.25.92.1',
+ version: '3.26',
license: 'GPL2+',
meson_version: '>= 0.37',
)