diff options
author | Sindhu S <sindhus@gnome.org> | 2014-03-18 22:06:59 +0530 |
---|---|---|
committer | Sindhu S <sindhus@live.in> | 2014-03-19 01:59:07 +0530 |
commit | 77824104db1e4a9774b2c0abf4a6b6d8dc189452 (patch) | |
tree | 5fe9da7db4c216b0ee14c1db2077a953941377e1 /configure.ac | |
parent | c008f5bbb2011f9a51e12d6f1a3bac031d5cf207 (diff) | |
download | gnome-dictionary-77824104db1e4a9774b2c0abf4a6b6d8dc189452.tar.gz |
GNOME Dictionary 3.11.0 (unstable)3.11.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6a1dea0..e3b6d90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.63) -AC_INIT([gnome-dictionary], [3.10.0], +AC_INIT([gnome-dictionary], [3.11.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-dictionary], [gnome-dictionary], [http://live.gnome.org/GnomeUtils]) @@ -150,7 +150,7 @@ GTK_DOC_CHECK([1.15], [--flavour no-tmpl]) YELP_HELP_INIT -GLIB_MIN_VERSION=2.28.0 +GLIB_MIN_VERSION=2.39.0 GTK_MIN_VERSION=3.0.0 PKG_CHECK_MODULES(GDICT, |