From bbbc19b5ab0f8837881c1edda9844a835a74f976 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 30 Nov 2015 11:26:04 +0300 Subject: Bump version to 1.12.1 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8786b44e..c4e84658 100644 --- a/NEWS +++ b/NEWS @@ -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 22d73265..008d715a 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], -- cgit v1.2.1