summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan R. García Blanco <juanrgar@gmail.com>2015-08-18 17:32:02 +0200
committerJuan R. García Blanco <juanrgar@gmail.com>2015-08-18 17:32:02 +0200
commitf7ef4ce7024cdda07c670af7817bbfec21d61337 (patch)
tree9fc84ddb4b938c2bd5d5e33bc674800bc1d9df6e
parent3a610a0e02569b5967909b1e1efdaab6afdf6de7 (diff)
downloadgnome-dictionary-f7ef4ce7024cdda07c670af7817bbfec21d61337.tar.gz
3.17.903.17.90
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4ec4605..d7b479d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+GNOME Dictionary 3.17.90 2015-08-18
+================================================================================
+Library
+ * Split lookup-start and lookup-end signals (Juan R. García Blanco)
+ * Improve GdictDatabaseChooser widget (Juan R. García Blanco)
+ * Add library initialize function (Juan R. García Blanco)
+Translations
+ * fr (Alexandre Franke), fur (Fabio Tomat), sv (Anders Jonsson)
+
GNOME Dictionary 3.17.4 2015-07-19
================================================================================
Translations
diff --git a/configure.ac b/configure.ac
index d8eafa0..61ed550 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-dictionary], [3.17.4],
+AC_INIT([gnome-dictionary], [3.17.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-dictionary],
[gnome-dictionary],
[http://live.gnome.org/GnomeUtils])
@@ -45,7 +45,7 @@ AC_SUBST(GLIB_COMPILE_RESOURCES)
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LIBGDICT_LT_VERSION=8:0:0
+LIBGDICT_LT_VERSION=9:0:0
AC_SUBST(LIBGDICT_LT_VERSION)
LT_PREREQ([2.2.6])