diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +### pluma 1.26.0 + + * Translations update + * filebrowser-plugin: fix segfault on open-terminal action + * update copyright to 2021 + * build: fix shebangs + * warning: declaration of ‘taglist’ shadows a global declaration + * pluma: Use EXIT_SUCCESS macro instead of int value (portability) + * help: update help for sort plugin + * sort plugin: Port sort plugin to the new GtkSourceView api. + ### pluma 1.25.3 * port plugins to use the window-construct property. diff --git a/configure.ac b/configure.ac index 97dd6f07..d86727d6 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, 25) -m4_define(pluma_micro_version, 3) +m4_define(pluma_minor_version, 26) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |