aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e11a57..34c2a07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-30 Ross Burton <ross@openedhand.com>
+
+ * configure.ac:
+ * NEWS:
+ Version 2.0.
+
2007-04-11 Jorn Baayen <jorn@openedhand.com>
* main.c: (main):
diff --git a/NEWS b/NEWS
index 6c2f9bb..1e25c5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,4 @@
-No news is good news.
+Matchbox Desktop 2.0
+===
+
+* Total rewrite
diff --git a/configure.ac b/configure.ac
index 7b59d2b..ed3cffd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(matchbox-desktop, 0.0, http://o-hand.com)
+AC_INIT(matchbox-desktop, 2.0, http://o-hand.com)
AC_CONFIG_SRCDIR(taku-tile.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)