Skip to content

Commit 79e357e

Browse files
committed
Drop PROJECT_VER_MINOR in APIVER
This will change SONAME to libfreenect.so.0 instead of 0.6 Signed-off-by: Nicolas Chauvet <[email protected]>
1 parent 3e4f98b commit 79e357e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set (PROJECT_VER_PATCH 1)
5151
set (PROJECT_VER
5252
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
5353
set (PROJECT_APIVER
54-
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}")
54+
"${PROJECT_VER_MAJOR}")
5555

5656
OPTION(BUILD_REDIST_PACKAGE "Build libfreenect in a legally-redistributable manner (only affects audio)" ON)
5757
OPTION(BUILD_EXAMPLES "Build example programs" ON)

0 commit comments

Comments
 (0)