diff options
| author | raveit65 <[email protected]> | 2017-11-13 15:15:30 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2017-11-13 15:15:30 +0100 |
| commit | b59fec61793d63652187ada3c343345d593c97f1 (patch) | |
| tree | 7685a291155e24deb21d9f05d6985385de368daf | |
| parent | 6a0cced1b8cc919ffe19ee5824ac3190c823a38d (diff) | |
| download | pluma-1.18.3.tar.bz2 pluma-1.18.3.tar.xz | |
release 1.18.3v1.18.3
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +### pluma 1.18.3 + + * Translations update + * Fix: pluma closes tabs unexpectedly with [right+middle] click + * Fix: wrong behavior holding down [middle + right] click + * Fix: pluma closes tabs unexpectedly with middle click + ### pluma 1.18.2 * Translations update diff --git a/configure.ac b/configure.ac index b1fe00f4..a73f2802 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, 18) -m4_define(pluma_micro_version, 2) +m4_define(pluma_micro_version, 3) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |
