diff --git a/NEWS.txt b/NEWS.txt
index 1d58587c942b3d36e7ec328090ac3bf32992c76e..c9b4c8ca4c0fa4af4209065e7cf49d40bf5908e3 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,15 @@
 Numbers refer to SourceForge.net tracker IDs:
     http://sourceforge.net/tracker/?group_id=55685
 
+---------------- VERSION 4.6.0 --------------
+New Features
+- New Communications related Java classes and database tables.
+- Java build updates for Autopsy Linux build
+- Blackboard artifacts are now Content objects in Java and part of tsk_objects table in database.
+- Increased cache sizes.
+- Lots of bounds checking fixes from Google's fuzzing tests.  Thanks Google.
+- HFS fix from uckelman-sf.
+
 
 ---------------- VERSION 4.5.0 --------------
 New Features:
diff --git a/bindings/java/doxygen/Doxyfile b/bindings/java/doxygen/Doxyfile
index 2589f3843c148d54a290b1e712b5f287ebac7cd3..7fc13ffaa4e367808f7620e56ba6902451c6979d 100644
--- a/bindings/java/doxygen/Doxyfile
+++ b/bindings/java/doxygen/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = "Sleuth Kit Java Bindings (JNI)"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 4.6.0 
+PROJECT_NUMBER         = 4.6 
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
@@ -1047,7 +1047,7 @@ GENERATE_HTML          = YES
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT            = jni-docs/4.6.0/
+HTML_OUTPUT            = jni-docs/4.6/
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).
diff --git a/tsk/docs/Doxyfile b/tsk/docs/Doxyfile
index b1a9a6ad12b95a05457572d73245a62939631921..0f043561b8fd60fe53bc9e3bbb46f1d079fc01c6 100644
--- a/tsk/docs/Doxyfile
+++ b/tsk/docs/Doxyfile
@@ -32,7 +32,7 @@ PROJECT_NAME           = "The Sleuth Kit"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 4.5
+PROJECT_NUMBER         = 4.6
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer
@@ -881,7 +881,7 @@ GENERATE_HTML          = YES
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
 # put in front of it. If left blank `html' will be used as the default path.
 
-HTML_OUTPUT            = api-docs/4.5/
+HTML_OUTPUT            = api-docs/4.6/
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank