summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
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])