diff options
author | Monsta <[email protected]> | 2015-07-13 13:16:36 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-06 19:19:13 +0200 |
commit | 651ef7eb11d94c5f56fdfc1f47ef3d9fd6e15030 (patch) | |
tree | 683f66d6a3e378aca759fd7270ae0f61824a4813 | |
parent | 0365765c85ddb45ec12f74c0b783860c6f93093c (diff) | |
download | caja-extensions-651ef7eb11d94c5f56fdfc1f47ef3d9fd6e15030.tar.bz2 caja-extensions-651ef7eb11d94c5f56fdfc1f47ef3d9fd6e15030.tar.xz |
Bump version to 1.10.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.10.1 + + * open-terminal: fixed bugs with non-standard ssh ports + 1.10.0 * wallpaper: Added new 'Set as wallpaper' extension diff --git a/configure.ac b/configure.ac index ba76134..19e2dbe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.10.0, [https://github.com/mate-desktop/caja-extensions]) +AC_INIT([caja-extensions], 1.10.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) |