summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Pepper <timothy.c.pepper@linux.intel.com>2012-09-13 13:41:51 -0700
committerTim Pepper <timothy.c.pepper@linux.intel.com>2012-09-13 13:41:51 -0700
commit6a4bdee6efac6ebe98763d97d705ab6455cc4990 (patch)
tree246dd95025853bf00b09ec79486a10ba27ae4c8a
parente3074c83fc8ace5b0d5683f71d77f20642e7de43 (diff)
downloadcorewatcher-6a4bdee6efac6ebe98763d97d705ab6455cc4990.tar.gz
corewatcher-6a4bdee6efac6ebe98763d97d705ab6455cc4990.tar.bz2
corewatcher-6a4bdee6efac6ebe98763d97d705ab6455cc4990.zip
Version bump and change name in autotools
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 47d3b3b..d40514f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.68])
-AC_INIT([corewatcher],[0.9.1],[timothy.c.pepper@linux.intel.com])
+AC_INIT([nitra-corewatcher],[0.9.2],[timothy.c.pepper@linux.intel.com])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_SRCDIR([src/corewatcher.c])