From 9ce440403b5ada28e2d1489640dc05f0550a1f2a Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 9 Jan 2021 10:15:06 -0330 Subject: [PATCH] Final commit for 6.5 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 b6342c95e..1f2f2e6a0 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.5_beta1" -#define STELLA_BUILD "6238" +#define STELLA_VERSION "6.5" +#define STELLA_BUILD "6673" #endif