Skip to content

Commit

Permalink
release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 6, 2021
1 parent c80f777 commit e94d0d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit e94d0d7

Please sign in to comment.