Skip to content

Commit

Permalink
Merge pull request #215 from RachelTucker/update-version
Browse files Browse the repository at this point in the history
Updating SDK version to match API version
  • Loading branch information
GraciesPadre authored Feb 5, 2018
2 parents 33e656f + 28d46ee commit 17bd28e
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 @@ -4,7 +4,7 @@ project(libds3)
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/modules/")

set (DS3SDK_VERSION_MAJOR 4)
set (DS3SDK_VERSION_MINOR 0)
set (DS3SDK_VERSION_PATCH 4)
set (DS3SDK_VERSION_MINOR 1)
set (DS3SDK_VERSION_PATCH 0)

add_subdirectory(src)

0 comments on commit 17bd28e

Please sign in to comment.