Skip to content

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Aug 3, 2017
1 parent a6bf83e commit ff17934
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions lib/genesis/genesis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/genesis/utils/core/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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#
}

/**
Expand All @@ -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#
}

/**
Expand Down

0 comments on commit ff17934

Please sign in to comment.