diff options
author | raveit65 <[email protected]> | 2020-02-09 17:04:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-09 17:04:08 +0100 |
commit | 99f2782d118aad6590cf84d22c6d5822a5bf90dd (patch) | |
tree | 573e162828e1d4d31c19fdea39ebb73d929f380f | |
parent | 3b74d6f158c5dd03e1c1f738419150431afb2d62 (diff) | |
download | pluma-99f2782d118aad6590cf84d22c6d5822a5bf90dd.tar.bz2 pluma-99f2782d118aad6590cf84d22c6d5822a5bf90dd.tar.xz |
release 1.24.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +### pluma 1.24.0 + + * Translations update + * add gbk encoding + * build: show compiler flags on configuration summary + ### pluma 1.23.3 * Translations update diff --git a/configure.ac b/configure.ac index 6a5fde57..53528d9a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ 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, 23) -m4_define(pluma_micro_version, 3) +m4_define(pluma_minor_version, 24) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |