diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### pluma 1.26.3 + + * Revert Translations update due to broken builds, use translations from 1.26.1 + ### pluma 1.26.2 * Translations update diff --git a/configure.ac b/configure.ac index 1a29046b..24eaaf7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.63.2) +AC_PREREQ(2.63.3) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 26) |