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: I42de6806951cb8227691b5e1bb4a1290be8d0946
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac
index 6e4aa16..f1439e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialization
AC_PREREQ([2.69])
-AC_INIT([sys-ipmi], [1.0], [https://www.github.com/google-ipmi-sys/issues])
+AC_INIT([sys-ipmi], [0.1], [https://www.github.com/google-ipmi-sys/issues])
AC_LANG([C++])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])