From cd9c4d9f1a78ca790bcf65f64b29bf3704e3488c Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 20 Sep 2019 15:21:04 -0400 Subject: [PATCH] bump version and motto --- llarp/constants/version.hpp | 4 ++-- motto.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llarp/constants/version.hpp b/llarp/constants/version.hpp index 15da8b310..e875ebd9e 100644 --- a/llarp/constants/version.hpp +++ b/llarp/constants/version.hpp @@ -2,7 +2,7 @@ #define LLARP_VERSION_HPP #if defined(_WIN32) && defined(RC_INVOKED) -#define LLARP_VERSION 0, 5, 0, 0 +#define LLARP_VERSION 0, 5, 2, 0 #else #ifndef LLARP_VERSION_MAJ @@ -14,7 +14,7 @@ #endif #ifndef LLARP_VERSION_PATCH -#define LLARP_VERSION_PATCH "0" +#define LLARP_VERSION_PATCH "2" #endif #ifndef LLARP_VERSION_NUM diff --git a/motto.txt b/motto.txt index 40440a1ab..bd0069666 100644 --- a/motto.txt +++ b/motto.txt @@ -1 +1 @@ -bedrock edition +and boom goes the dynamite \ No newline at end of file