diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -### python-caja 1.17.0 +### python-caja 1.18.0 * Translations update - * support GTK+3 only: require Caja ### python-caja 1.17.1 and pygobject-3.0 + * support GTK+3 only: require Caja 1.17.1 and pygobject-3.0 * drop ancient check for Python 2.5, not needed these days ### python-caja 1.16.0 @@ -34,4 +34,4 @@ ### python-caja 1.8.0 - * Bugfixes
\ No newline at end of file + * Bugfixes diff --git a/configure.ac b/configure.ac index bdc9450..be90f19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([python-caja], [1.17.0], +AC_INIT([python-caja], [1.18.0], [https://github.com/mate-desktop/python-caja/issues], [python-caja], [http://mate-desktop.org]) |