From 1e7009b42b1e7a4db2861fa837b1fe5ecaa8b91a Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 20 Apr 2015 09:51:00 +0200 Subject: [PATCH] Set internal version to 0.6.2 Signed-off-by: Gaetan Semet --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb5a8f0ce..a7aa7575e 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -AC_INIT([guake], [0.6.1], [http://guake.org/]) +AC_INIT([guake], [0.6.2], [http://guake.org/]) AC_CONFIG_HEADERS([config.h])