From 4b30d04aa43de43a15d2e6586d562042884bbb95 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 14 Sep 2018 18:02:08 -0700 Subject: [PATCH] Update to v1.1.0 commit message --- .../manage-the-rippled-server/build-run-rippled-ubuntu.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md b/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md index dcfc0f8940..b318f0d764 100644 --- a/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md +++ b/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md @@ -83,11 +83,12 @@ These instructions use Ubuntu's APT (Advanced Packaging Tool) to install the sof $ git log -1 - commit 8429dd67e60ba360da591bfa905b58a35638fda1 + commit 3e22a1e9e8f2de450eded6ca4c2db6411e329b2a Author: Nik Bougalis - Date: Mon Jun 4 16:36:22 2018 -0700 + Date: Wed Sep 5 18:34:43 2018 -0700 + + Set version to 1.1.0 - Set version to 1.0.1 7. If you previously built, or (more importantly) tried and failed to build `rippled`, you should delete the `my_build/` directory (or whatever you named it) to start clean before moving on to the next step. Otherwise, you may get unexpected behavior, like a `rippled` executable that crashes due to a segmentation fault (segfault).