diff options
author | Stefano Karapetsas <[email protected]> | 2015-05-08 08:44:19 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-05-08 08:44:19 +0200 |
commit | be41124fdaa757a6e6585e29a2f4996fd7443791 (patch) | |
tree | da590415056f9c762bef8323786ccb1d0c16393f | |
parent | cade29a2126f99a28169fa7f5a14239503f2a8e3 (diff) | |
download | python-caja-be41124fdaa757a6e6585e29a2f4996fd7443791.tar.bz2 python-caja-be41124fdaa757a6e6585e29a2f4996fd7443791.tar.xz |
Bump version to 1.10.0python-caja-1.10.01.10
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ -1.9.90 +1.10.0 - * ... + * Bugfixes + * Add about window for caja extensions tab 1.8.1 Bugfix release diff --git a/configure.ac b/configure.ac index 9cac888..c0ed460 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([python-caja], [1.9.90], +AC_INIT([python-caja], [1.10.0], [https://github.com/mate-desktop/python-caja/issues], [python-caja], [http://mate-desktop.org]) |