summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b9dd3822..1a9cebf9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+### caja 1.22.3
+
+ * editable-label: Don't hyphenate filenames
+ * update translations
+ * canvas-item: Don't hyphenate filenames
+ * Fix a grammar mistake reported by translators
+
### caja 1.22.2
* update translations
diff --git a/configure.ac b/configure.ac
index f5f2f88c..9ac989cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja], [1.22.2], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.22.3], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------