diff --git a/packages/sleuthkit.spec b/packages/sleuthkit.spec
index 63b0bc131e138ffd6e66f9f5199ce9e49966aeb9..91cb09bbad14b793dc38a0a1db249da8ca54df77 100644
--- a/packages/sleuthkit.spec
+++ b/packages/sleuthkit.spec
@@ -1,5 +1,5 @@
 Name:		sleuthkit	
-Version:	4.5.0
+Version:	4.6.0
 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/tsk/Makefile.am b/tsk/Makefile.am
index 88b8cb4efe61cb86746778a4e1867bc36794d3a4..7038fe8e699c6ee55c16525e21d66e1bda62b277 100644
--- a/tsk/Makefile.am
+++ b/tsk/Makefile.am
@@ -8,6 +8,6 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
     vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
     auto/libtskauto.la
 # current:revision:age
-libtsk_la_LDFLAGS = -version-info 17:0:4 $(LIBTSK_LDFLAGS)
+libtsk_la_LDFLAGS = -version-info 17:1:4 $(LIBTSK_LDFLAGS)
 
 EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html
diff --git a/tsk/base/tsk_base.h b/tsk/base/tsk_base.h
index 606f5ddfc42e58dfcb30d38abfde67284c6a043c..37c9af6a13b1b853590c047271c913f30841b4d6 100644
--- a/tsk/base/tsk_base.h
+++ b/tsk/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 0x040500ff
+#define TSK_VERSION_NUM 0x040600ff
 
 /** Version of code in string form. See TSK_VERSION_NUM for
  * integer form. */
-#define TSK_VERSION_STR "4.5.0"
+#define TSK_VERSION_STR "4.6.0"
 
 
 /* include the TSK-specific header file that we created in autoconf