From 6b003a8cd64f7db891c19019a04353312ff72740 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 13 Jun 2022 10:54:19 -0230 Subject: [PATCH] Final commit for 6.7 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 c7712b656..206ffabc6 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.7pre" -#define STELLA_BUILD "7053" +#define STELLA_VERSION "6.7" +#define STELLA_BUILD "7293" #endif