summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b28f6088..a12a67ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+### caja 1.23.4
+
+ * build: fix wrong executing dir in caja.desktop
+
### caja 1.23.3
* update translations
diff --git a/configure.ac b/configure.ac
index 63a98612..983df1c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja], [1.23.3], [https://mate-desktop.org])
+AC_INIT([caja], [1.23.4], [https://mate-desktop.org])
dnl ---------------------------------------------------------------------------