diff options
author | raveit65 <[email protected]> | 2024-02-19 00:01:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-19 00:01:24 +0100 |
commit | 964cbd4015512c12072dd16b3dff59c2a1f56018 (patch) | |
tree | e71b7691df91a7ba7553ca0af8f13bcd2251df3d | |
parent | a9da4b345c5b59365da46e697f01ff5070ff65b9 (diff) | |
download | pluma-1.28.0.tar.bz2 pluma-1.28.0.tar.xz |
release 1.28.0v1.28.0
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ +### pluma 1.28.0 + + * Translations update + + ### pluma 1.27.0 - * tx: sync with transifex + * Translations update * tx: update resource * tx: migrate config file * Fix out-of-bounds write diff --git a/configure.ac b/configure.ac index 23610802..7c0fe9fb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ 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, 27) +m4_define(pluma_minor_version, 28) m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) |