From d69e47421cb5319ab0947dd005b2f1ddbd81f442 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 4 Oct 2024 13:46:46 -0230 Subject: [PATCH] Update release to version 7. --- 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 4a9e58d73..35e139b84 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "7.0_pre" -#define STELLA_BUILD "7293" +#define STELLA_VERSION "7.0" +#define STELLA_BUILD "8005" #endif