summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-10-12 14:41:33 +0200
committerraveit65 <[email protected]>2023-10-12 14:41:33 +0200
commite12430d94d36c809f0c4880bd507c4395c569f1b (patch)
tree24735a83d275ce8da5e5a0d93bbf54b228cdfbc6
parentbe4360f5014bd01fb2ab522d2c3dee22617b85c3 (diff)
downloadcaja-e12430d94d36c809f0c4880bd507c4395c569f1b.tar.bz2
caja-e12430d94d36c809f0c4880bd507c4395c569f1b.tar.xz
release 1.26.3v1.26.3
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f8a43d2d..797a13bf 100644
--- a/NEWS
+++ b/NEWS
@@ -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])