Bump version to 1.11.0
This commit is contained in:
parent
6ee8c7a1ab
commit
b580b35445
13
NEWS
13
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
|
pluma 1.10.2
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.63.2)
|
AC_PREREQ(2.63.2)
|
||||||
|
|
||||||
m4_define(pluma_major_version, 1)
|
m4_define(pluma_major_version, 1)
|
||||||
m4_define(pluma_minor_version, 10)
|
m4_define(pluma_minor_version, 11)
|
||||||
m4_define(pluma_micro_version, 2)
|
m4_define(pluma_micro_version, 0)
|
||||||
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
|
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
|
||||||
|
|
||||||
AC_INIT([pluma], [pluma_version],
|
AC_INIT([pluma], [pluma_version],
|
||||||
|
|
Loading…
Reference in New Issue