From ab996109507834a4479b9f336d0a046e4b86274d Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 20 Aug 2017 15:01:39 -0230 Subject: [PATCH] Bumped version number for 5.0.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 4daf557a6..d3011fa42 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "5.0.2_pre" -#define STELLA_BUILD "3487" +#define STELLA_VERSION "5.0.2" +#define STELLA_BUILD "3535" #endif