From 022209905d926a7f3a7e69da372e39ae9c91836c Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 11 Aug 2012 15:28:34 +0200 Subject: [PATCH] Release kmscon-3 This is again a development release. However, the kmscon application is now at a point where it is quite stable and provides many of the planned features. API/ABI compatibility is not guaranteed, yet. Signed-off-by: David Herrmann --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8db1885..b0c005e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.68) -AC_INIT([kmscon], [2]) +AC_INIT([kmscon], [3]) AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux])