From 4f06b795848107890b0663c2b3916b88e4d8b1a0 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 28 Feb 2013 11:20:55 -0800 Subject: [PATCH] Bump from 0.7-a to 0.8-a --- src/cpp/ripple/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/Version.h b/src/cpp/ripple/Version.h index c8a90c2bc2..01ce5a0417 100644 --- a/src/cpp/ripple/Version.h +++ b/src/cpp/ripple/Version.h @@ -5,7 +5,7 @@ // #define SERVER_VERSION_MAJOR 0 -#define SERVER_VERSION_MINOR 7 +#define SERVER_VERSION_MINOR 8 #define SERVER_VERSION_SUB "-a" #define SERVER_NAME "Ripple"