diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +### caja-glib-2.50 1.26.2 + + * support an explicit --select command line option + * navigation-window: suppress GtkAction warnings + * build: underline package name and version in configure summary + ### caja-glib-2.50 1.26.1 * rename and require glib-2.50.0 diff --git a/configure.ac b/configure.ac index bbd61fd6..675a50f1 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-glib-2.50], - [1.26.1], + [1.26.2], [https://github.com/mate-desktop/caja/issues], [caja-glib-2.50], [https://mate-desktop.org]) |