diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 13:33:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 13:33:53 -0400 |
commit | 3a86e7f2b8baaa21b9ab2ca6516c6c31778fb9c5 (patch) | |
tree | d7d84b92ad9115384638fe14192b6e2ae13955b0 | |
parent | 4c0cee5c208fcaca7ade510084a78066c92424c4 (diff) | |
download | gnome-desktop-3a86e7f2b8baaa21b9ab2ca6516c6c31778fb9c5.tar.gz |
3.25.923.25.92
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +=============== +Version 3.25.92 +=============== + +- Fix multiple bugs in thumbnailing +- Disable gvfs in thumbnailer sandboxes +- Translation updates + ================= Version 3.25.91.1 ================= diff --git a/configure.ac b/configure.ac index 3ac29863..83028b87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ m4_define(gnome_platform, 3) m4_define(gnome_minor, 25) -m4_define(gnome_micro, 91) -m4_define(gnome_sub, 1) +m4_define(gnome_micro, 92) +m4_define(gnome_sub, 0) dnl gnome_sub is an optional sub-version which will not be advertised to the user dnl It allows to release a 2.30.1.1 which is just a better 2.30.1 dnl Leave empty if not needed |