diff options
author | raveit65 <[email protected]> | 2017-03-30 18:47:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-30 18:47:16 +0200 |
commit | 31090c4cf14c9c15d5e47c601d71db9d1b8cca63 (patch) | |
tree | 7263aad3b147233704a2d0dbc94f2ef9a4325d9f | |
parent | 910aec06b34eed2aacbdf4f138f1ba38605c249a (diff) | |
download | pluma-31090c4cf14c9c15d5e47c601d71db9d1b8cca63.tar.bz2 pluma-31090c4cf14c9c15d5e47c601d71db9d1b8cca63.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.0 + ### pluma 1.18.0 * NEWS: use consistent, project wide, markdown-like formatting diff --git a/configure.ac b/configure.ac index 66da0b4e..848b76fd 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, 18) +m4_define(pluma_minor_version, 19) m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) |