aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac5
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..a8be3fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2006-07-04 Matthew Allum <mallum@openedhand.com>
+
+ * configure.ac:
+ Bump up version to 0.2 with ebassis GTK fixes
+
diff --git a/configure.ac b/configure.ac
index b84296e..f75b03e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,5 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
AC_PREREQ(2.53)
-AC_INIT([mb-applet-volume], 0.1, [mallum@handhelds.org])
+AC_INIT([mb-applet-volume], 0.2, [mallum@handhelds.org])
AC_CONFIG_SRCDIR([volume-applet.c])
AM_INIT_AUTOMAKE()