From 644da9c77a601ee181a00dbc24be04b08d15555c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 31 Dec 2013 18:43:50 +0100 Subject: Bump version to 1.6.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c236de83..be832f71 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 6) -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], [https://github.com/mate-desktop/mate-text-editor/issues], - [pluma], [http://mate-desktop.org]) + [mate-text-editor], [http://mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(pluma/pluma.c) -- cgit v1.2.1