diff options
author | raveit65 <[email protected]> | 2023-10-12 14:41:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-12 14:41:33 +0200 |
commit | e12430d94d36c809f0c4880bd507c4395c569f1b (patch) | |
tree | 24735a83d275ce8da5e5a0d93bbf54b228cdfbc6 | |
parent | be4360f5014bd01fb2ab522d2c3dee22617b85c3 (diff) | |
download | caja-e12430d94d36c809f0c4880bd507c4395c569f1b.tar.bz2 caja-e12430d94d36c809f0c4880bd507c4395c569f1b.tar.xz |
release 1.26.3v1.26.3
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,15 @@ -### caja 1.26.2 +### caja 1.26.3 * update translations * caja-file: fix future informal date bug * caja-file: fix yesterday/today informal date bug * Replace deprecated code from xrandr * caja-desktop-window: Fix the xrandr error + * bump version + +### caja 1.26.2 + + * not released ### caja 1.26.1 diff --git a/configure.ac b/configure.ac index 796f9c1f..1e9a010d 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.2], + [1.26.3], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) |