diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Major changes in 3.27.92 +======================== +- Translation updates + Major changes in 3.27.90 ======================== - Add setting about whether to allow volume above 100% diff --git a/configure.ac b/configure.ac index dc75ab3..f20080b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT([gsettings-desktop-schemas], [3.27.90], +AC_INIT([gsettings-desktop-schemas], [3.27.92], [http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas]) AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz]) |