diff options
author | monsta <[email protected]> | 2015-10-06 17:35:58 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-06 17:35:58 +0300 |
commit | b580b354454c6ade07627914f2d84ff3108ca2ca (patch) | |
tree | 04c74c9f1ecdb96c1ebaf2114d65e7340712725a | |
parent | 6ee8c7a1abd689e8df9425f70dee61a40f59fcaa (diff) | |
download | pluma-b580b354454c6ade07627914f2d84ff3108ca2ca.tar.bz2 pluma-b580b354454c6ade07627914f2d84ff3108ca2ca.tar.xz |
Bump version to 1.11.0
-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], |