summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-07 23:44:01 +0200
committerraveit65 <[email protected]>2016-06-07 23:44:01 +0200
commit1b6720f589b2c57cc75af6b25cb91e79048fda55 (patch)
treeaa4669d77fcac59e46db24e8930df29cfc4d197b
parent28ff1962e51ac6d8ed350a8da393fc238c3b9701 (diff)
downloadpluma-1b6720f589b2c57cc75af6b25cb91e79048fda55.tar.bz2
pluma-1b6720f589b2c57cc75af6b25cb91e79048fda55.tar.xz
release 1.15.0v1.15.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c15380e0..f1ec34e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+pluma 1.15.0
+============
+
+ * plugins: Fix to install externaltools plugin only with Python
+ * Translations update
+
pluma 1.14.0
============
diff --git a/configure.ac b/configure.ac
index 21a22b1c..71c67341 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63.2)
m4_define(pluma_major_version, 1)
-m4_define(pluma_minor_version, 14)
+m4_define(pluma_minor_version, 15)
m4_define(pluma_micro_version, 0)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)