From 6f16ee9c0b311fc923c803b1d3d486ac831a4d86 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 29 May 2017 16:30:42 -0230 Subject: [PATCH] Bumped version # for another pre-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 1a9bdc094..1f66dcfd6 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.0-pre8" -#define STELLA_BUILD "3399" +#define STELLA_VERSION "5.0.0-pre9" +#define STELLA_BUILD "3402" #endif