summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Allum <breakfast@10.am>2006-02-28 21:32:23 +0000
committerMatthew Allum <breakfast@10.am>2006-02-28 21:32:23 +0000
commit5e3d606e9e055c2442e90285b6fe7ffdc2f721b8 (patch)
tree8904437f189168549044ad5a160454b02674cdad
parentd080976355369b4efe030a14ce45e99e91d6aa58 (diff)
Bump up version to 0.4xrestop-0.4
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c928b21..cd54f3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-28 Matthew Allum <mallum@openedhand.com>
+
+ * configure.ac:
+ Bump up version to 0.4
+
2006-02-27 Matthew Allum <mallum@openedhand.com>
* doc/xrestop.1:
diff --git a/configure.ac b/configure.ac
index ac1beb3..20703d4 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([xrestop], 0.3, [mallum@handhelds.org])
+AC_INIT([xrestop], 0.4, [mallum@handhelds.org])
AC_CONFIG_SRCDIR([xrestop.c])
AM_INIT_AUTOMAKE()