diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 15 insertions, 2 deletions
@@ -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], |