diff options
author | Ross Burton <ross@linux.intel.com> | 2010-08-03 17:21:18 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-08-03 17:21:18 +0100 |
commit | 2fc127558d83dad10736564f45356d9e45b2f220 (patch) | |
tree | 521516701a1109f18feb880c757bb1bf220ade2e | |
parent | e3465f57b3e1728ec87d78d2a4f8661f6cb858dc (diff) |
Bump the API version to 0.7
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9623383..c062843 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([.]) -m4_define([api_version], [0.6]) +m4_define([api_version], [0.7]) AC_SUBST([API_VERSION],[api_version]) AC_DEFINE_UNQUOTED(API_VERSION, [$API_VERSION], [API version]) |