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 <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-09-08 16:21:45 +02:00
parent 6fb1e5d7b4
commit eceaa5ecb8

View File

@ -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])