diff options
author | raveit65 <[email protected]> | 2017-12-19 14:19:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-12-19 14:19:13 +0100 |
commit | 206ca3be6dc6e7a0bbb2373285a65e31e94b747c (patch) | |
tree | 8de7b1731793462b913b925a3e70d0e4ce7bc3ea | |
parent | 856cd3f1d50d4573754ad08c69a40362eea075d0 (diff) | |
download | pluma-206ca3be6dc6e7a0bbb2373285a65e31e94b747c.tar.bz2 pluma-206ca3be6dc6e7a0bbb2373285a65e31e94b747c.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### pluma 1.19.3 + ### pluma 1.19.2 * sync with transifex diff --git a/configure.ac b/configure.ac index d364ba69..ceba3390 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, 19) -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], |