Skip to content

Commit

Permalink
Merge pull request #94 from jpleau/cmake_soname
Browse files Browse the repository at this point in the history
update versions in CMakeLists.txt
  • Loading branch information
alecthomas committed Apr 19, 2015
2 parents 0981e01 + 7d5fb5f commit b1b93ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if(NOT DEFINED CMAKE_MACOSX_RPATH)
endif()

set(ENTITYX_MAJOR_VERSION 1)
set(ENTITYX_MINOR_VERSION 0)
set(ENTITYX_PATCH_VERSION 1)
set(ENTITYX_MINOR_VERSION 1)
set(ENTITYX_PATCH_VERSION 0)
set(ENTITYX_VERSION ${ENTITYX_MAJOR_VERSION}.${ENTITYX_MINOR_VERSION}.${ENTITYX_PATCH_VERSION})


Expand Down

0 comments on commit b1b93ea

Please sign in to comment.