From f016ed38ca659021bded0cf9b125c90b586545a6 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Fri, 28 Sep 2012 13:22:49 -0400 Subject: [PATCH] New version files for 4.0.0b9 --- configure.ac | 2 +- packages/sleuthkit.spec | 2 +- tsk3/base/tsk_base.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5a7c25d9d..5babfd7e6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.59) -AC_INIT(sleuthkit, 4.0.0b1) +AC_INIT(sleuthkit, 4.0.0b9) m4_include([m4/ax_pthread.m4]) # include the version from 1.12.1. This will work for m4_include([m4/cppunit.m4]) diff --git a/packages/sleuthkit.spec b/packages/sleuthkit.spec index d8d1e2fe2..e5207c547 100644 --- a/packages/sleuthkit.spec +++ b/packages/sleuthkit.spec @@ -1,5 +1,5 @@ Name: sleuthkit -Version: 4.0.0b1 +Version: 4.0.0b9 Release: 1%{?dist} Summary: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate volume and file system data. diff --git a/tsk3/base/tsk_base.h b/tsk3/base/tsk_base.h index b6e509500..fe50010c6 100644 --- a/tsk3/base/tsk_base.h +++ b/tsk3/base/tsk_base.h @@ -39,11 +39,11 @@ * 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be * 0xFF030102. * See TSK_VERSION_STR for string form. */ -#define TSK_VERSION_NUM 0x04000001 +#define TSK_VERSION_NUM 0x04000009 /** Version of code in string form. See TSK_VERSION_NUM for * integer form. */ -#define TSK_VERSION_STR "4.0.0b1" +#define TSK_VERSION_STR "4.0.0b9" /* include the TSK-specific header file that we created in autoconf -- GitLab