diff options
author | raveit65 <[email protected]> | 2021-08-06 10:48:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-06 10:48:34 +0200 |
commit | e94d0d7d68f7b8310b4f9843ab0dba5d4289ab62 (patch) | |
tree | 2b311d73d7c86d96acd422076f7f392819aee9dc | |
parent | c80f7776d0ba2b916195f1964fb67e38f4d3da8b (diff) | |
download | pluma-e94d0d7d68f7b8310b4f9843ab0dba5d4289ab62.tar.bz2 pluma-e94d0d7d68f7b8310b4f9843ab0dba5d4289ab62.tar.xz |
release 1.26.0v1.26.0
-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], |