summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-09 10:38:30 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-09 10:38:30 +0100
commitcab728745e7e2a14e158185b240abab28f45ee7c (patch)
tree35940dd9440525de5c6317ad89c94ea97561c096 /meson.build
parentee8d13fa2b098301f1cb05e94234d6d072517987 (diff)
downloadgnome-dictionary-cab728745e7e2a14e158185b240abab28f45ee7c.tar.gz
GNOME Dictionary 3.25.903.25.90
Changes: • The GDict library is now private for GNOME Dictionary, and it is not installed any more • The "Description" key for dictionary sources has been deprecated, and replaced with the "Comment" one, to allow for localisation with Gettext • GNOME Dictionary does not depend on intltool for builds • GNOME Dictionary switched to the Meson build system from Autotools • Use natural_width for database popover (#777584) • Fix typos in manual (#766412) • Fix displaying the program name in the about dialog (#784343)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index db57020..c6dab8c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-dictionary', 'c', version: '3.25.1',
+project('gnome-dictionary', 'c', version: '3.25.90',
default_options: [
'buildtype=debugoptimized',
'c_std=c99',