summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bda258d..fec6ff3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-1.13.0
+1.14.0
* Expose filenames of Python extensions to Caja
(needed for showing each Python extension as
a separate entry in the extensions list)
* Fix missing icon in About dialog
+ * Fix Changelog generation
1.12.0
diff --git a/configure.ac b/configure.ac
index bbe12c4..6afe7c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.13.0],
+AC_INIT([python-caja], [1.14.0],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [http://mate-desktop.org])