From ba59e94e10e65f44c2e9035c365c8ebcfac3f51c Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Wed, 24 Feb 2021 14:10:31 -0330 Subject: [PATCH] Final updates for 6.5.2 release. --- 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 ac5dcc107..36e13c39e 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 "6699" +#define STELLA_VERSION "6.5.2" +#define STELLA_BUILD "6719" #endif