diff options
author | raveit65 <[email protected]> | 2019-09-23 18:44:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-23 19:22:21 +0200 |
commit | 982e7b1088e0204967e61b1180a29cb265e21e5f (patch) | |
tree | 269511fc5c349c4f0f3303c0198f64b887eab411 | |
parent | 839c5ef064db45406c2f64443e3a372cd76336a3 (diff) | |
download | pluma-982e7b1088e0204967e61b1180a29cb265e21e5f.tar.bz2 pluma-982e7b1088e0204967e61b1180a29cb265e21e5f.tar.xz |
release 1.22.2v1.22.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,12 @@ +### pluma 1.22.2 + + * Translations update + * smart-converter: Fix memory leaks + * spell-checker plugin: add missing translation (i18n) + ### pluma 1.22.1 - * tx: sync with transifex + * Translations update * update installation instructions and fix spelling and old reference * Help: replace link linkend with xref linkend * help: update copyright @@ -9,7 +15,7 @@ ### pluma 1.22.0 - * tx: sync with transifex + * Translations update * Add update-authors.pl script which helps to update pluma.about * Read authors (updated) from pluma.about file * show enchant version when configure diff --git a/configure.ac b/configure.ac index d9050618..add19f2c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 22) -m4_define(pluma_micro_version, 1) +m4_define(pluma_micro_version, 2) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |