From 134fe9ecf665f0f5155806b103ca728d925e244f Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Sat, 2 Feb 2013 15:35:30 -0500
Subject: [PATCH] New version files for 4.0.2

---
 configure.ac            | 2 +-
 packages/sleuthkit.spec | 2 +-
 tsk3/Makefile.am        | 2 +-
 tsk3/base/tsk_base.h    | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9e6f4a3fe..72fc3cbcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(sleuthkit, 4.0.1)
+AC_INIT(sleuthkit, 4.0.2)
 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 cb91b268e..fb0552b98 100644
--- a/packages/sleuthkit.spec
+++ b/packages/sleuthkit.spec
@@ -1,5 +1,5 @@
 Name:		sleuthkit	
-Version:	4.0.1
+Version:	4.0.2
 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/Makefile.am b/tsk3/Makefile.am
index 5d66b2ea5..04ae47daa 100644
--- a/tsk3/Makefile.am
+++ b/tsk3/Makefile.am
@@ -8,6 +8,6 @@ libtsk3_la_LIBADD = base/libtskbase.la img/libtskimg.la \
     vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
     auto/libtskauto.la
 # current:revision:age
-libtsk3_la_LDFLAGS = -version-info 9:0:0
+libtsk3_la_LDFLAGS = -version-info 9:1:0
 
 EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html
diff --git a/tsk3/base/tsk_base.h b/tsk3/base/tsk_base.h
index 5d2eb5c00..ec2821dbd 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 0x040001ff
+#define TSK_VERSION_NUM 0x040002ff
 
 /** Version of code in string form. See TSK_VERSION_NUM for
  * integer form. */
-#define TSK_VERSION_STR "4.0.1"
+#define TSK_VERSION_STR "4.0.2"
 
 
 /* include the TSK-specific header file that we created in autoconf
-- 
GitLab