summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-06 10:48:34 +0200
committerraveit65 <[email protected]>2021-08-06 10:48:34 +0200
commite94d0d7d68f7b8310b4f9843ab0dba5d4289ab62 (patch)
tree2b311d73d7c86d96acd422076f7f392819aee9dc
parentc80f7776d0ba2b916195f1964fb67e38f4d3da8b (diff)
downloadpluma-e94d0d7d68f7b8310b4f9843ab0dba5d4289ab62.tar.bz2
pluma-e94d0d7d68f7b8310b4f9843ab0dba5d4289ab62.tar.xz
release 1.26.0v1.26.0
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a1625ca6..b6861047 100644
--- a/NEWS
+++ b/NEWS
@@ -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],