From ff179349c2ce9c06fc37302a005fa0ba33640b20 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Thu, 3 Aug 2017 18:28:32 +0200 Subject: [PATCH] Release v0.16.0 --- doc/doxygen/Doxyfile | 2 +- lib/genesis/genesis.hpp | 2 ++ lib/genesis/utils/core/version.hpp | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index e6f2a0627..41be43f80 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.15.0" +PROJECT_NUMBER = "v0.16.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/genesis/genesis.hpp b/lib/genesis/genesis.hpp index bce9c23bb..6b7065c84 100644 --- a/lib/genesis/genesis.hpp +++ b/lib/genesis/genesis.hpp @@ -112,6 +112,7 @@ #include "genesis/tree/default/tree.hpp" #include "genesis/tree/drawing/circular_layout.hpp" #include "genesis/tree/drawing/circular_tree.hpp" +#include "genesis/tree/drawing/layout_base.hpp" #include "genesis/tree/drawing/layout_tree.hpp" #include "genesis/tree/drawing/rectangular_layout.hpp" #include "genesis/tree/drawing/rectangular_tree.hpp" @@ -180,6 +181,7 @@ #include "genesis/utils/formats/svg/gradient.hpp" #include "genesis/utils/formats/svg/group.hpp" #include "genesis/utils/formats/svg/helper.hpp" +#include "genesis/utils/formats/svg/image.hpp" #include "genesis/utils/formats/svg/object.hpp" #include "genesis/utils/formats/svg/shapes.hpp" #include "genesis/utils/formats/svg/svg.hpp" diff --git a/lib/genesis/utils/core/version.hpp b/lib/genesis/utils/core/version.hpp index 8409a6249..cb097dfaf 100644 --- a/lib/genesis/utils/core/version.hpp +++ b/lib/genesis/utils/core/version.hpp @@ -62,7 +62,7 @@ namespace genesis { inline std::string genesis_version() { // The following line is automatically replaced by the deploy scripts. Do not change manually. - return "v0.15.0"; // #GENESIS_VERSION# + return "v0.16.0"; // #GENESIS_VERSION# } /** @@ -73,7 +73,7 @@ inline std::string genesis_version() inline std::string genesis_version_name() { // The following line is automatically replaced by the deploy scripts. Do not change manually. - return "Air Force Museum"; // #GENESIS_VERSION_NAME# + return "Bun Alert"; // #GENESIS_VERSION_NAME# } /**