summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-12-23 17:09:51 +0100
committerraveit65 <[email protected]>2019-12-23 17:09:51 +0100
commitcdcf9de6f6a1795da6727c0cfcd48dcac00748ca (patch)
tree965f5d511e5d67e09fdffd5cd151d98ab30be16e
parenteec47d417bb79b8b6e19e64c33d16e51e7e41f6a (diff)
downloadcaja-cdcf9de6f6a1795da6727c0cfcd48dcac00748ca.tar.bz2
caja-cdcf9de6f6a1795da6727c0cfcd48dcac00748ca.tar.xz
release to 1.22.3v1.22.3
-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 ---------------------------------------------------------------------------