From 6a4bdee6efac6ebe98763d97d705ab6455cc4990 Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Thu, 13 Sep 2012 13:41:51 -0700 Subject: [PATCH] Version bump and change name in autotools Signed-off-by: Tim Pepper --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.7.4