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 1.12.1 are: +* Assorted bugfixes +* Translations update + Major changes in 1.12.0 are: * Connect to server dialog: add support for AFP * Retrieve strings directly from gschema (requires intltool 0.50.1) diff --git a/configure.ac b/configure.ac index 2d287d9c..e9d7d783 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.12.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.12.1], [http://www.mate-desktop.org]) # GLib min/max required versions AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], |