diff options
author | raveit65 <[email protected]> | 2020-02-09 22:26:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 21:40:43 +0200 |
commit | 2734ad2d4c9c20c31a6855051de5a9f00c2ebd21 (patch) | |
tree | a24b6ac66a5b3154ff8aef78490ef6015a715122 | |
parent | 1a68d8d3083a84bfcd46578886de99fde091a1f1 (diff) | |
download | caja-2734ad2d4c9c20c31a6855051de5a9f00c2ebd21.tar.bz2 caja-2734ad2d4c9c20c31a6855051de5a9f00c2ebd21.tar.xz |
release 1.24.0
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### caja 1.24.0 + + * update translations + * Set a real title on the desktop window (as provided to ATK) + * Drop GLIB version check + * build: show compiler flags on configuration summary + * Fix build using gcc 10 -fno-common flag + ### caja 1.23.4 * build: fix wrong executing dir in caja.desktop diff --git a/configure.ac b/configure.ac index fdf6b96a..85c14ef3 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.4], [https://mate-desktop.org]) +AC_INIT([caja], [1.24.0], [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- |