From 3e85ae4d473c940aaf542c963989be96bf22c618 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 1 Jan 2019 12:32:39 -0330 Subject: [PATCH] Bumped version number. --- 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 e7e4ce4b1..37a3cc2dc 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.0" -#define STELLA_BUILD "4667" +#define STELLA_VERSION "6.1_pre" +#define STELLA_BUILD "4705" #endif