summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)