From 6d0831c52f89ce6e300861a17ca1541f287f9dfc Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 1 Jul 2012 20:29:12 +0200 Subject: [PATCH] Release kmscon-2 This is the second release of kmscon. It's again a development release but should now be good enough so it can run on any linux system. Signed-off-by: David Herrmann --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f260a8c..c63aab4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ = KMSCON Release News = -CHANGES WITH 2: +CHANGES WITH 2: (development release) * Build scripts were improved and simplified. They also allow much more control about the build process now. The source was split into several different libraries. @@ -37,6 +37,6 @@ CHANGES WITH 2: * lots of small fixes -CHANGES WITH 1: +CHANGES WITH 1: (development release) * First kmscon release. For testing purposes only. Includes a rendering pipeline and a very rundimentary terminal emulator. diff --git a/configure.ac b/configure.ac index f18ec95..087db54 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.68) -AC_INIT([kmscon], [1]) +AC_INIT([kmscon], [2]) AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux])