diff options
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### pluma 1.18.4 + + * make sure pluma opens in the same window of the workspace + * Fixes for regexp replacement with backreferences (e.g. "\0") + * pluma-window: have GtkRecentData on stack instead of allocating it + * pluma-view: use one static variable instead two to do the same job + * put 'peas_engine_enable_loader' in the correct place + ### pluma 1.18.3 * Translations update diff --git a/configure.ac b/configure.ac index a73f2802..7f8d4709 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, 3) +m4_define(pluma_micro_version, 4) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |
