From 10067dfe8a27706c94679f5300e36a94edba32dd Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 20 Jun 2020 12:33:07 -0230 Subject: [PATCH] Last minute update to docs before the 6.2.1 release. --- docs/index.html | 12 +++++++++++- src/common/Version.hxx | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) 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: +

+

Note that for any changes made here, Stella will require a restart for the + changes to take effect.


Palette Support

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