summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-11-29 20:53:22 +0300
committerMonsta <[email protected]>2015-11-29 20:53:22 +0300
commit52905cb4071a3a53efd10715cccc0237944e649f (patch)
treeff1939b39cc63d3ec9c1330f64bc30aae8f5ecf4
parentf7c7f3bc85e929de3519ca72ccd1f4d48180f8ef (diff)
downloadcaja-1.12.1.tar.bz2
caja-1.12.1.tar.xz
Bump version to 1.12.1v1.12.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4aaaf1e1..a50ca4d0 100644
--- a/NEWS
+++ b/NEWS
@@ -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],