build: set version to 0.1 to match recipe

Set the version specified in the configure_ac to match the recipe in
meta-google.

Change-Id: I2bda6318f9310ec3d348f651baf6db86706d2b55
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac
index f8354a9..f742e4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Initialization
 AC_PREREQ([2.69])
-AC_INIT([i2c-ipmi], [1.0], [https://www.github.com/google-ipmi-i2c/issues])
+AC_INIT([i2c-ipmi], [0.1], [https://www.github.com/google-ipmi-i2c/issues])
 AC_LANG([C++])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIRS([m4])