From 2bd0d05d4482bdcff369b05606330ddb1c796a6b Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 4 Feb 2018 18:37:35 -0330 Subject: [PATCH] Bumped version number for 5.1 release. --- docs/index.html | 4 ++-- src/common/Version.hxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 59b696a43..8050fcaca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1623,8 +1623,8 @@ Enter/Exit the Time Machine dialog - t/Escape - t/Escape + t to enter, t/Escape/Space to exit + t to enter, t/Escape/Space to exit diff --git a/src/common/Version.hxx b/src/common/Version.hxx index c8a5972f8..e1c46ca47 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "5.1_b1" -#define STELLA_BUILD "3826" +#define STELLA_VERSION "5.1" +#define STELLA_BUILD "4138" #endif