diff options
author | Ross Burton <ross@linux.intel.com> | 2009-08-05 16:23:45 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-08-05 16:23:45 +0100 |
commit | 8f6fdab38e2b612f86afd566880a8ca15f7a6124 (patch) | |
tree | e3da01e14eef705a110f83e2a32647d1f6a7510d | |
parent | 349845409a79c13fea9355225612d3e65ed610f6 (diff) |
Pre-emptive version bump to 0.6
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f3c1254..08ecc9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(rest, 0.5) +AC_INIT(rest, 0.6) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |