From 0329ee236ffe2d7658bbdd1d970bb2af6337a941 Mon Sep 17 00:00:00 2001 From: seelabs Date: Thu, 28 Mar 2019 16:38:43 -0400 Subject: [PATCH] Set version to 1.2.3 --- RELEASENOTES.md | 12 ++++++++++++ src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1832a6ecb..97be7c446 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -14,6 +14,18 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using ` # Releases +## Version 1.2.3 + +The `rippled` 1.2.3 release corrects a technical flaw which in some circumstances can cause a null pointer dereference that can crash the server. + +**New and Updated Features** + +This release has no new features. + +**Bug Fixes** + +- Fix a technical flaw which in some circumstances can cause a null pointer dereference that can crash the server. + ## Version 1.2.2 The `rippled` 1.2.2 release corrects a technical flaw in the fee escalation diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 6c3800325..28574d7a9 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -30,7 +30,7 @@ namespace BuildInfo { // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ -char const* const versionString = "1.2.2" +char const* const versionString = "1.2.3" #if defined(DEBUG) || defined(SANITIZER) "+"