diff options
| author | raveit65 <[email protected]> | 2022-07-23 22:12:03 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2022-07-23 22:12:03 +0200 | 
| commit | 3772303ddba05178f7002e96a8ef7ab9a6f7c0e0 (patch) | |
| tree | 9af90ec74666adc08b44f4c62a771bae0063513b | |
| parent | b6a306d1a5c5b2863822b4c792a7060116121474 (diff) | |
| download | caja-build_for_epel8.tar.bz2 caja-build_for_epel8.tar.xz | |
release 1.26.2v1.26.2.1build_for_epel8
| -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]) | 
