Skip to content

Commit 28d46ee

Browse files
committed
Updating SDK version to match API version
1 parent 33e656f commit 28d46ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(libds3)
44
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/modules/")
55

66
set (DS3SDK_VERSION_MAJOR 4)
7-
set (DS3SDK_VERSION_MINOR 0)
8-
set (DS3SDK_VERSION_PATCH 4)
7+
set (DS3SDK_VERSION_MINOR 1)
8+
set (DS3SDK_VERSION_PATCH 0)
99

1010
add_subdirectory(src)

0 commit comments

Comments
 (0)