diff --git a/Core/nbproject/project.properties b/Core/nbproject/project.properties
index 8209da02218d6c08453873bdbb4b27f1311383a2..5e07fadf2879661dca75195c0eeb59a052b9de62 100644
--- a/Core/nbproject/project.properties
+++ b/Core/nbproject/project.properties
@@ -75,7 +75,7 @@ file.reference.javax.ws.rs-api-2.0.1.jar=release/modules/ext/javax.ws.rs-api-2.0
 file.reference.cxf-core-3.0.16.jar=release/modules/ext/cxf-core-3.0.16.jar
 file.reference.cxf-rt-frontend-jaxrs-3.0.16.jar=release/modules/ext/cxf-rt-frontend-jaxrs-3.0.16.jar
 file.reference.cxf-rt-transports-http-3.0.16.jar=release/modules/ext/cxf-rt-transports-http-3.0.16.jar
-file.reference.sleuthkit-postgresql-4.6.6.jar=release/modules/ext/sleuthkit-postgresql-4.6.6.jar
+file.reference.sleuthkit-postgresql-4.6.7.jar=release/modules/ext/sleuthkit-postgresql-4.6.7.jar
 file.reference.curator-client-2.8.0.jar=release/modules/ext/curator-client-2.8.0.jar
 file.reference.curator-framework-2.8.0.jar=release/modules/ext/curator-framework-2.8.0.jar
 file.reference.curator-recipes-2.8.0.jar=release/modules/ext/curator-recipes-2.8.0.jar
diff --git a/Core/nbproject/project.xml b/Core/nbproject/project.xml
index 3dbc3069e30a9f5582806749c984a8b2ee307087..967399cc20ded31bb1034e9f1a490cd7ad6488eb 100644
--- a/Core/nbproject/project.xml
+++ b/Core/nbproject/project.xml
@@ -482,8 +482,8 @@
                 <binary-origin>release\modules\ext\jmatio-1.5.jar</binary-origin>
             </class-path-extension>
             <class-path-extension>
-                <runtime-relative-path>ext/sleuthkit-postgresql-4.6.6.jar</runtime-relative-path>
-                <binary-origin>release/modules/ext/sleuthkit-postgresql-4.6.6.jar</binary-origin>
+                <runtime-relative-path>ext/sleuthkit-postgresql-4.6.7.jar</runtime-relative-path>
+                <binary-origin>release/modules/ext/sleuthkit-postgresql-4.6.7.jar</binary-origin>
             </class-path-extension>
             <class-path-extension>
                 <runtime-relative-path>ext/tika-parsers-1.20.jar</runtime-relative-path>
diff --git a/TSKVersion.xml b/TSKVersion.xml
index 3c0300608849796344701e84c46ee5902c6248ac..7e65087faefd83d5d463b6d3022b095a0b5b9d38 100644
--- a/TSKVersion.xml
+++ b/TSKVersion.xml
@@ -1,3 +1,3 @@
 <project name="TSK_VERSION">
-    <property name="TSK_VERSION" value="4.6.6"/>
+    <property name="TSK_VERSION" value="4.6.7"/>
 </project>
diff --git a/docs/doxygen-user/Doxyfile b/docs/doxygen-user/Doxyfile
index 6f16153151d19c182df9b0bddcae78849409a8a8..7991a0cd953f4a6fa81cc7119fdbffd9aeace472 100644
--- a/docs/doxygen-user/Doxyfile
+++ b/docs/doxygen-user/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = "Autopsy User Documentation"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER = 4.11.0
+PROJECT_NUMBER = 4.12.0
 
 # 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
@@ -1025,7 +1025,7 @@ GENERATE_HTML          = YES
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT = 4.11.0
+HTML_OUTPUT = 4.12.0
 
 # 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/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile
index a7463ac4414850db7e33b8305145b5547a991164..bf66159b4876c534f7a69658247669abc0e4ee26 100644
--- a/docs/doxygen/Doxyfile
+++ b/docs/doxygen/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = "Autopsy"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER = 4.11.0
+PROJECT_NUMBER = 4.12.0
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears a the top of each page and should give viewer a
@@ -1063,7 +1063,7 @@ GENERATE_HTML          = YES
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT = api-docs/4.11.0/
+HTML_OUTPUT = api-docs/4.12.0/
 
 # 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/nbproject/project.properties b/nbproject/project.properties
index dbc771a5432a6323db2b631e185f5a4a3df134db..0014be6b88f613e81c36820f90fa306a3d882b96 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -4,10 +4,10 @@ app.title=Autopsy
 ### lowercase version of above
 app.name=${branding.token}
 ### if left unset, version will default to today's date
-app.version=4.11.0
+app.version=4.12.0
 ### build.type must be one of: DEVELOPMENT, RELEASE
-#build.type=RELEASE
-build.type=DEVELOPMENT
+build.type=RELEASE
+#build.type=DEVELOPMENT
 
 project.org.netbeans.progress=org-netbeans-api-progress
 project.org.sleuthkit.autopsy.experimental=Experimental
diff --git a/unix_setup.sh b/unix_setup.sh
index 0b252b25987e37bf6eee7b8873a23047e44696a8..eecf1ed8c5875bd9f4f7c6919151e7254bbe77c7 100644
--- a/unix_setup.sh
+++ b/unix_setup.sh
@@ -5,7 +5,7 @@
 
 # NOTE: update_sleuthkit_version.pl updates this value and relies
 # on it keeping the same name and whitespace.  Don't change it.
-TSK_VERSION=4.6.6
+TSK_VERSION=4.6.7
 
 
 # In the beginning...