diff options
author | monsta <[email protected]> | 2015-11-30 11:26:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-30 11:26:04 +0300 |
commit | 234d31adff2a88de5adc1e68a3bfb9d0904bf70c (patch) | |
tree | 54973c5dad3c75b73dbc6155a54c29eaf7c0d78f | |
parent | 125169f8cb0ee1d06179a3769fe3368b5df35527 (diff) | |
download | pluma-234d31adff2a88de5adc1e68a3bfb9d0904bf70c.tar.bz2 pluma-234d31adff2a88de5adc1e68a3bfb9d0904bf70c.tar.xz |
Bump version to 1.12.1v1.12.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +pluma 1.12.1 +============ + + * Add --without-matedesktop option to enable build without + dependency on libmate-desktop + pluma 1.12.0 ============ diff --git a/configure.ac b/configure.ac index 639c6fb9..d197f7ca 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, 12) -m4_define(pluma_micro_version, 0) +m4_define(pluma_micro_version, 1) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |