From 39b95903e36d32853c6e9ce5b6ee3d099c35ca11 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 29 Dec 2015 12:43:36 -0500 Subject: [PATCH] Set version to 0.30.1-b13 --- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index e29a9c506..587ad44a8 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -35,7 +35,7 @@ char const* getRawVersionString () // // The build version number (edit this for each release) // - "0.30.1-b12" + "0.30.1-b13" // // Must follow the format described here: //