diff options
author | raveit65 <[email protected]> | 2016-06-07 23:44:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-07 23:44:01 +0200 |
commit | 1b6720f589b2c57cc75af6b25cb91e79048fda55 (patch) | |
tree | aa4669d77fcac59e46db24e8930df29cfc4d197b | |
parent | 28ff1962e51ac6d8ed350a8da393fc238c3b9701 (diff) | |
download | pluma-1b6720f589b2c57cc75af6b25cb91e79048fda55.tar.bz2 pluma-1b6720f589b2c57cc75af6b25cb91e79048fda55.tar.xz |
release 1.15.0v1.15.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) |