Skip to content

Commit

Permalink
release 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed May 8, 2023
1 parent a438779 commit 9b51e50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### pluma 1.26.1

* Translations update
* Fix out-of-bounds write
* Fix double activation of extensions
* pluma-plugins-engine: fix memory leak

### pluma 1.26.0

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)

m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 26)
m4_define(pluma_micro_version, 0)
m4_define(pluma_micro_version, 1)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)

AC_INIT([pluma], [pluma_version],
Expand Down

0 comments on commit 9b51e50

Please sign in to comment.