From e1035b74fce26932078d00e8625688927efce34c Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 16 Nov 2021 10:20:41 -0330 Subject: [PATCH] Final commit for 6.6. --- src/common/Version.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index bc58a857e..6cddd6264 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "6.6_pre" -#define STELLA_BUILD "6775" +#define STELLA_VERSION "6.6" +#define STELLA_BUILD "7053" #endif