summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-19 00:01:24 +0100
committerraveit65 <[email protected]>2024-02-19 00:01:24 +0100
commit964cbd4015512c12072dd16b3dff59c2a1f56018 (patch)
treee71b7691df91a7ba7553ca0af8f13bcd2251df3d
parenta9da4b345c5b59365da46e697f01ff5070ff65b9 (diff)
downloadpluma-master.tar.bz2
pluma-master.tar.xz
release 1.28.0HEADv1.28.0master
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1c2cf85f..6c9d03a3 100644
--- a/NEWS
+++ b/NEWS
@@ -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)