From 2cff2fd6f5d383be33708e6893c76b63eed96639 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 23 Apr 2019 15:24:15 +0200 Subject: [PATCH] release 1.22.1 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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])