diff --git a/NEWS b/NEWS index 7057873..076d830 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +### caja-dropbox 1.22.1 + + * Use CAJA_EXTENSION_DIR_SYS to save and show system caja extension dir + * show full path of caja-extension-dir + ### caja-dropbox 1.22.0 * fix distcheck about caja_extension_dir diff --git a/configure.ac b/configure.ac index 7b63336..13537ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization -AC_INIT([caja-dropbox], [1.22.0], [http://www.mate-desktop.org/]) +AC_INIT([caja-dropbox], [1.22.1], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip])