From 6d4a98d735312b885f3daea919d89304925d68fd Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Wed, 5 Jul 2017 18:04:27 -0230 Subject: [PATCH] Updated version for next 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 1f66dcfd6..85f90f1e0 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-pre9" -#define STELLA_BUILD "3402" +#define STELLA_VERSION "5.0.0-pre10" +#define STELLA_BUILD "3444" #endif