From 0c4ccc4b22a6d138ec655b03f009397bbd171dc6 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Wed, 21 Sep 2016 11:42:16 +0200 Subject: [PATCH] Release v0.11.0 --- doc/doxygen/Doxyfile | 2 +- lib/utils/core/genesis.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index f41b25aad..ceed39026 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "genesis" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "v0.10.0" +PROJECT_NUMBER = "v0.11.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/lib/utils/core/genesis.hpp b/lib/utils/core/genesis.hpp index 5e6baff7b..753370d34 100644 --- a/lib/utils/core/genesis.hpp +++ b/lib/utils/core/genesis.hpp @@ -59,7 +59,7 @@ namespace genesis { inline std::string genesis_version() { // The following line is automatically replaced by the deploy scripts. Do not change manually. - return "v0.10.0"; // #GENESIS_VERSION# + return "v0.11.0"; // #GENESIS_VERSION# } /**