From 26fae42b0c4d53517f763deec535d0f258c32434 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 30 Sep 2012 15:15:41 +0200 Subject: [PATCH] Release kmscon-5 This is a stable release for kmscon. It includes mainly bugfixes and cleanups. The TSM library was created out of the internal VTE layers and mostly code-cleanups took place. Happy testing! Signed-off-by: David Herrmann --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e0b93b8..9b017e9 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.68) -AC_INIT([kmscon], [4]) +AC_INIT([kmscon], [5]) AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux])