diff options
author | monsta <[email protected]> | 2016-08-09 23:31:06 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-09 23:31:06 +0300 |
commit | eb298491e674a9ed3454210d59189e7cd82f7efa (patch) | |
tree | 1ec8a98dbc69d6a478690d06f00e757f4adf68b4 | |
parent | bbd33094d7074a4574c0f2cea849e8fba4573ccb (diff) | |
download | caja-extensions-1.14.1.tar.bz2 caja-extensions-1.14.1.tar.xz |
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.14.1 + + * Translations update + * Make distcheck use currently selected GTK+ version + 1.14.0 * Drop MateConf migration scripts diff --git a/configure.ac b/configure.ac index 7af5df5..7d16f55 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.14.0, [https://github.com/mate-desktop/caja-extensions]) +AC_INIT([caja-extensions], 1.14.1, [https://github.com/mate-desktop/caja-extensions]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news]) AC_CONFIG_HEADERS(config.h) |