diff options
author | lukefromdc <[email protected]> | 2024-04-03 16:22:27 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-04-03 16:22:27 -0400 |
commit | 4cfc9eba5c0e822ce669c9ae539f5d1eff9afaea (patch) | |
tree | e9682dec625047d9848bb86843650a1f34ffecf7 | |
parent | 44c8aeaadcccb99b9c9de1dbc5e87bccde222e30 (diff) | |
download | pluma-4cfc9eba5c0e822ce669c9ae539f5d1eff9afaea.tar.bz2 pluma-4cfc9eba5c0e822ce669c9ae539f5d1eff9afaea.tar.xz |
-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) |