From c717006c44126aa0edb3a36ca29ee30e7a72c1d3 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Wed, 3 Feb 2016 14:49:07 -0800 Subject: [PATCH] Set version to 0.30.1 --- 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 f926b7768..e5097389f 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-rc4" + "0.30.1" // // Must follow the format described here: //