summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorross <ross@b067294f-1dea-0310-9683-c47a78595994>2005-09-05 15:19:21 +0000
committerross <ross@b067294f-1dea-0310-9683-c47a78595994>2005-09-05 15:19:21 +0000
commitf2171a0f9c975f9940f1ed6199410731a3e971fe (patch)
treecf328cef57b3732c3fbbf5da28b4a44ce1baefec
parent338bedfd05c87d8ffaab25000e931dacbf46ea27 (diff)
Version 0.7
git-svn-id: http://svn.o-hand.com/repos/matchbox/trunk/Xoo@1197 b067294f-1dea-0310-9683-c47a78595994
-rw-r--r--ChangeLog8
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4401ce2..2b14719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2005-08-15 Ross Burton <ross@burtonini.com>
+2005-09-05 Ross Burton <ross@openedhand.com>
+
+ * configure.ac:
+ * NEWS:
+ Version 0.7.
+
+2005-08-15 Ross Burton <ross@openedhand.com>
* src/main.c:
* src/callbacks.c:
diff --git a/NEWS b/NEWS
index e69de29..9cc71d2 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,5 @@
+Xoo 0.7
+=======
+
+* Fix a few theming bugs
+* Rename binary to xoo
diff --git a/configure.ac b/configure.ac
index 56079bf..859d17d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([Xoo], 0.6, [mallum@handhelds.org])
+AC_INIT([Xoo], 0.7, [mallum@handhelds.org])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE()