From eceaa5ecb86bd439cf6aefa63a14e0d4c3b4bcdc Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 8 Sep 2012 16:21:45 +0200 Subject: [PATCH] Release kmscon-4 This is the first public release. Most major features are implemented and kmscon works reliably. I use it for real work since several weeks now so I consider it stable. Anyway, there is still much to do. The TODO list is long... Signed-off-by: David Herrmann --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65d8ca5..0cfe584 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.68) -AC_INIT([kmscon], [3]) +AC_INIT([kmscon], [4]) AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux])