aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d41b85..08afdb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-04 mallum,,, <mallum@openedhand.com>
+
+ * configure.ac:
+ Bump up version to 0.9
+
2004-04-06 Matthew Allum,,, <mallum@openedhand.com>
* Makefile.am:
diff --git a/configure.ac b/configure.ac
index 1880161..60628eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT([matchbox-common], 0.8, [mallum@handhelds.org])
+AC_INIT([matchbox-common], 0.9, [mallum@handhelds.org])
AC_CONFIG_SRCDIR([icons/mbadd.xpm])
AM_INIT_AUTOMAKE()