diff options
author | Monsta <[email protected]> | 2015-11-29 20:53:22 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-04 13:58:54 +0300 |
commit | bd118906732c342ad98a7b2d836032301235625f (patch) | |
tree | ff1939b39cc63d3ec9c1330f64bc30aae8f5ecf4 | |
parent | f7c7f3bc85e929de3519ca72ccd1f4d48180f8ef (diff) | |
download | caja-bd118906732c342ad98a7b2d836032301235625f.tar.bz2 caja-bd118906732c342ad98a7b2d836032301235625f.tar.xz |
Bump version to 1.12.1
-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], |