Skip to content
Snippets Groups Projects
Commit f3500436 authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge branch 'master' of github.com:sleuthkit/sleuthkit

parents 3989f598 f016ed38
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(sleuthkit, 4.0.0b1) AC_INIT(sleuthkit, 4.0.0b9)
m4_include([m4/ax_pthread.m4]) m4_include([m4/ax_pthread.m4])
# include the version from 1.12.1. This will work for # include the version from 1.12.1. This will work for
m4_include([m4/cppunit.m4]) m4_include([m4/cppunit.m4])
......
Name: sleuthkit Name: sleuthkit
Version: 4.0.0b1 Version: 4.0.0b9
Release: 1%{?dist} 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. Summary: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate volume and file system data.
......
...@@ -39,11 +39,11 @@ ...@@ -39,11 +39,11 @@
* 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be * 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be
* 0xFF030102. * 0xFF030102.
* See TSK_VERSION_STR for string form. */ * 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 /** Version of code in string form. See TSK_VERSION_NUM for
* integer form. */ * 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 /* include the TSK-specific header file that we created in autoconf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment