From 388d297a2d1bbd51fb1b5a3312c1ebab93090fbd Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sun, 15 Dec 2013 21:48:52 +0000 Subject: [PATCH] update client version numbers passed to shimlib refs #81 --- src/blackcore/network_vatlib.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blackcore/network_vatlib.cpp b/src/blackcore/network_vatlib.cpp index b985b42a8..aeef11a94 100644 --- a/src/blackcore/network_vatlib.cpp +++ b/src/blackcore/network_vatlib.cpp @@ -12,9 +12,9 @@ static_assert(! std::is_abstract::value, "Must impleme static_assert(! std::is_abstract::value, "Must implement all pure virtuals"); //TODO just placeholders to allow this to compile -#define CLIENT_NAME_VERSION "BlackBox 0.1" +#define CLIENT_NAME_VERSION "BlackBox 0.3" #define CLIENT_VERSION_MAJOR 0 -#define CLIENT_VERSION_MINOR 1 +#define CLIENT_VERSION_MINOR 3 #define CLIENT_SIMULATOR_NAME "None" #define CLIENT_PUBLIC_ID 0 #define CLIENT_PRIVATE_KEY ""