diff --git a/docs/index.html b/docs/index.html
index 5b711a86d..4683365a3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4290,7 +4290,17 @@ Ms Pac-Man (Stella extended codes):
_BASEDIR_/stella.pro |
- Stella will require a restart for changes to this file to take effect.
+ The buttons at the bottom of the dialog work as follows:
+
+ - Defaults: Reset the properties to those built into Stella.
+ - Save: Save the properties for the currently selected ROM only
+ to a properties file in the users default save directory.
+ - OK: Merge/commit any changes into the ROM properties database, which
+ contains info on all ROMs.
+ - Cancel: Revert any changes in the dialog, and cancel the operation.
+
+ Note that for any changes made here, Stella will require a restart for the
+ changes to take effect.
diff --git a/src/common/Version.hxx b/src/common/Version.hxx
index b0e339035..9c070d208 100644
--- a/src/common/Version.hxx
+++ b/src/common/Version.hxx
@@ -19,6 +19,6 @@
#define VERSION_HXX
#define STELLA_VERSION "6.2.1"
-#define STELLA_BUILD "6039"
+#define STELLA_BUILD "6041"
#endif