diff options
author | raveit65 <[email protected]> | 2020-01-21 15:34:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 21:40:43 +0200 |
commit | db0a519cd4174503fa22913fab30d46cf535aad5 (patch) | |
tree | 1ab7fc7986c0ca6e4269acc8fbfd0c4e589df9ce | |
parent | 3805838255dcbfeb5dcfed8a112e3f65d5ef03ff (diff) | |
download | caja-db0a519cd4174503fa22913fab30d46cf535aad5.tar.bz2 caja-db0a519cd4174503fa22913fab30d46cf535aad5.tar.xz |
release 1.23.4
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 c249c116..fdf6b96a 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 --------------------------------------------------------------------------- |