Skip to content

Commit

Permalink
Version number 2.0.0 (due to major changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmartin75 committed Sep 22, 2015
1 parent b73f151 commit 7ef071d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ project (ANAX)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")

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

# ================= #
Expand Down

0 comments on commit 7ef071d

Please sign in to comment.