diff options
author | lukefromdc <[email protected]> | 2025-03-31 01:05:12 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2025-03-31 01:05:12 -0400 |
commit | c4be1b4b34dfdf8000732abc2b539f675b0f526c (patch) | |
tree | 3b7e5fd921f7b3d856d6266802397d2b5552a544 | |
parent | f207e2597d363b5212c1ba54eb9dfe89675cbfb6 (diff) | |
download | caja-c4be1b4b34dfdf8000732abc2b539f675b0f526c.tar.bz2 caja-c4be1b4b34dfdf8000732abc2b539f675b0f526c.tar.xz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### caja 1.26.5 + + * Document and fix default-sort-order preference + ### caja 1.26.4 * ci: use ubuntu jammy docker diff --git a/configure.ac b/configure.ac index f2e596b6..2aad078d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) AC_INIT([caja], - [1.26.4], + [1.26.5], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) |