From 1b6720f589b2c57cc75af6b25cb91e79048fda55 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 7 Jun 2016 23:44:01 +0200 Subject: release 1.15.0 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1