diff options
author | raveit65 <[email protected]> | 2020-01-21 15:34:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-21 15:34:02 +0100 |
commit | ca7cecc5ce724bc91e1a3d0f8dd59ca802180ff4 (patch) | |
tree | 33193d1a01f4ae76877183268f8a00bf4d9543d0 | |
parent | 0f79f6e8f0b730f1b8b6b36c4705b89bed382cb0 (diff) | |
download | caja-1.23.4.tar.bz2 caja-1.23.4.tar.xz |
release 1.23.4v1.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 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 --------------------------------------------------------------------------- |