diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html
index 50b78d4d..abbbe82e 100644
--- a/docs/LOOT Readme.html
+++ b/docs/LOOT Readme.html
@@ -533,7 +533,7 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Version History
Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories.
-
0.9.2 - X August 2016
+0.9.2 - 3 August 2016
- Fixed error when applying filters on startup.
- Fixed hidden plugin and message counters not updating correctly after sorting.
diff --git a/include/loot/api.h b/include/loot/api.h
index 8663bb51..49042298 100644
--- a/include/loot/api.h
+++ b/include/loot/api.h
@@ -61,7 +61,7 @@
* "docs/licenses/Licenses.txt" file.
*
* @section history_sec Version History
- * ## 0.9.2 - *2 August 2016*
+ * ## 0.9.2 - *3 August 2016*
*
* * Fixed the wrong API binary being packaged. This caused the v0.9.0 and v0.9.1 API releases to actually be re-releases of a snapshot build made at some point between v0.8.1 and v0.9.0: the affected API releases were taken offline once this was discovered.
* * Fixed `loot_get_plugin_tags()`` remembering results and including them in the results of subsequent calls.