From 6b2b3f78d1e7a3fa20bd519f207b6f1722a4f9a8 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 30 Jul 2013 14:49:13 -0700 Subject: [PATCH] 0.9-e for the develop --- modules/ripple_app/basics/ripple_Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ripple_app/basics/ripple_Version.h b/modules/ripple_app/basics/ripple_Version.h index 05cfc437a..dae2dd046 100644 --- a/modules/ripple_app/basics/ripple_Version.h +++ b/modules/ripple_app/basics/ripple_Version.h @@ -14,7 +14,7 @@ // VFALCO TODO Roll this together into ripple_BuildVersion #define SERVER_VERSION_MAJOR 0 #define SERVER_VERSION_MINOR 9 -#define SERVER_VERSION_SUB "-b" +#define SERVER_VERSION_SUB "-e" #define SERVER_NAME "Ripple" #define SV_STRINGIZE(x) SV_STRINGIZE2(x)