aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08ced11..e8441fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-03 Matthew Allum <mallum@openedhand.com>
+
+ * configure.ac:
+ Bump up version to 0.2. With Tomas's fix for not sending
+ shift when not needed ( missing ChnageLog entry ).
+
2005-05-27 mallum,,, <mallum@openedhand.com>
* Makefile.am:
diff --git a/configure.ac b/configure.ac
index 804c8db..e2e2943 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
>AC_PREREQ(2.53)
-AC_INIT([libfakekey], 0.1, [mallum@openedhand.com])
+AC_INIT([libfakekey], 0.2, [mallum@openedhand.com])
AC_CONFIG_SRCDIR([src/libfakekey.c])
AC_CONFIG_AUX_DIR(.)