From b580b354454c6ade07627914f2d84ff3108ca2ca Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 6 Oct 2015 17:35:58 +0300 Subject: Bump version to 1.11.0 --- NEWS | 13 +++++++++++++ configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 28f9b89b..9e7ebe48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +pluma 1.11.0 +============ + + * Add --enable-tests option to enable/disable running tests + during the build + * Add plugin to strip trailing spaces on saving + * Bring back active plugins listing in bugreport script + * Drop support for win32/osx and checkupdate plugin + * Retrieve strings directly from gschema (requires intltool 0.50.1) + * Capitalize Pluma in window titles and desktop file + * Some annotation fixes + * Some minor fixes and cleanups + pluma 1.10.2 ============ diff --git a/configure.ac b/configure.ac index dd886c9b..5b07bb04 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ 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, 10) -m4_define(pluma_micro_version, 2) +m4_define(pluma_minor_version, 11) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1