Release kmscon-2
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 18:29:12 +0000 (20:29 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 18:29:12 +0000 (20:29 +0200)
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 <dh.herrmann@googlemail.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f260a8c..c63aab4 100644 (file)
--- 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.
index f18ec95..087db54 100644 (file)
@@ -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])