Bump version number to 1
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 27 Mar 2012 14:42:31 +0000 (16:42 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 27 Mar 2012 14:42:31 +0000 (16:42 +0200)
We use a single version number. The current state seems to be pretty
stable and has all the important features regarding the DRM/input setup.
Only missing stuff is VTE and console.
This is no stable release but rather a first development release.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
configure.ac

index 005e9b3..af04efc 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.68)
 
-AC_INIT([kmscon], [0.0])
+AC_INIT([kmscon], [1])
 AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR([build-aux])