diff options
author | raveit65 <[email protected]> | 2019-04-23 12:27:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-23 12:27:24 +0200 |
commit | 87d7fc566c4d74c2656c041e11be4725c8a13555 (patch) | |
tree | 6453f0ff416e8e7d5fb38bc979f0892979ca09c5 | |
parent | aa6ee5e4309d006f736943b71c6e1d0ac88a1345 (diff) | |
download | pluma-87d7fc566c4d74c2656c041e11be4725c8a13555.tar.bz2 pluma-87d7fc566c4d74c2656c041e11be4725c8a13555.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.23.0 + ### pluma 1.22.0 tx: sync with transifex diff --git a/configure.ac b/configure.ac index 7c554bb0..1cdbb7e8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ 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, 22) +m4_define(pluma_minor_version, 23) m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) |