Skip to content

Commit 99a79d2

Browse files
author
DenverM80
committed
rev the SDK version in CMake
1 parent f2d1888 commit 99a79d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project(libds3)
33

44
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/modules/")
55

6-
set (DS3SDK_VERSION_MAJOR 3)
7-
set (DS3SDK_VERSION_MINOR 2)
8-
set (DS3SDK_VERSION_PATCH 0)
6+
set (DS3SDK_VERSION_MAJOR 4)
7+
set (DS3SDK_VERSION_MINOR 0)
8+
set (DS3SDK_VERSION_PATCH 1)
99

1010
add_subdirectory(src)

0 commit comments

Comments
 (0)