diff options
author | Ross Burton <ross@linux.intel.com> | 2010-04-15 11:43:47 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-04-15 11:43:47 +0100 |
commit | e320e8d17db68d5777a815c8d6ec1689c62f580a (patch) | |
tree | 0f73035c59d7c30558c18f10a7a3c7866582ed22 /configure.ac | |
parent | 05449d2054e9f0423a779e0424159978f0b3a7c8 (diff) | |
download | librest-e320e8d17db68d5777a815c8d6ec1689c62f580a.tar.gz |
Post-release bump to 0.6.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d9faebd..15ae802 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(rest, 0.6.3) +AC_INIT(rest, 0.6.4) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([.]) |