From 7672037708cd067cff57ffe0cae651d4b0618505 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sun, 21 Feb 2016 23:50:48 +0100 Subject: release 1.13.1 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bf5a2116..a16989ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +pluma 1.13.1 +============ + + * plugins: make switch-c tool in external tools work, fix issues + * plugins: use more generic icon name for python console plugin + * plugins: don't use stock icon names + * plugins: use correct icon name for python console plugin + * Warnings fixes + * GTK+3: add style class pluma-window and pluma-print-preview + * fix a few build warnings + pluma 1.13.0 ============ diff --git a/configure.ac b/configure.ac index f805361b..e01945ac 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 13) -m4_define(pluma_micro_version, 0) +m4_define(pluma_micro_version, 1) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1