From e798f389f5694e7a9910cdca71c657ccfb87e41c Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Fri, 28 Sep 2012 09:55:41 -0700 Subject: [PATCH] Version 0.9.4 This release includes unconditionally scanning at start up (previous version only scanned after an inotify or the long timer firstrang, when not in test mode), a core based timestamp in the report, and unconditionally setting the core_folder and processed_folder permissions to what we expect them to be during start up validation. Signed-off-by: Tim Pepper --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 24ab8d7..bfa03a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([nitra-corewatcher],[0.9.3],[timothy.c.pepper@linux.intel.com]) +AC_INIT([nitra-corewatcher],[0.9.4],[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