Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase minor version
  • Loading branch information
miguelmartin75 committed Oct 28, 2015
1 parent fade61e commit 288e1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")

set(ANAX_LIBRARY_NAME "anax")
set(ANAX_VERSION_MAJOR 2)
set(ANAX_VERSION_MINOR 0)
set(ANAX_VERSION_MINOR 1)
set(ANAX_VERSION_PATCH 0)
set(PROJECT_VERSION ${ANAX_VERSION_MAJOR}.${ANAX_VERSION_MINOR}.${ANAX_VERSION_PATCH})

Expand Down
1 change: 1 addition & 0 deletions include/anax/Component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <vector>

#include <anax/detail/ClassTypeId.hpp>
#include <anax/Config.hpp>

namespace anax
{
Expand Down

0 comments on commit 288e1b7

Please sign in to comment.