diff options
author | Tim Pepper <timothy.c.pepper@linux.intel.com> | 2012-09-13 13:37:55 -0700 |
---|---|---|
committer | Tim Pepper <timothy.c.pepper@linux.intel.com> | 2012-09-13 13:37:55 -0700 |
commit | e3074c83fc8ace5b0d5683f71d77f20642e7de43 (patch) | |
tree | 3dc033139e90b45a614d069c1745d07734ddaa90 | |
parent | c2b0a2018bc0f8915a3256400f7654dfb788af8e (diff) | |
download | corewatcher-e3074c83fc8ace5b0d5683f71d77f20642e7de43.tar.gz corewatcher-e3074c83fc8ace5b0d5683f71d77f20642e7de43.tar.bz2 corewatcher-e3074c83fc8ace5b0d5683f71d77f20642e7de43.zip |
Update version number
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ccbe86f..47d3b3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([corewatcher],[0.27],[william.douglas@intel.com]) +AC_INIT([corewatcher],[0.9.1],[timothy.c.pepper@linux.intel.com]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AC_CONFIG_FILES([Makefile src/Makefile]) AC_CONFIG_SRCDIR([src/corewatcher.c]) |