Skip to content

Commit 95301a5

Browse files
committed
Merge branch 'v0.1' of github.com:OpenKinect/libfreenect2 into v0.1
2 parents 81ba50b + 94901b3 commit 95301a5

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
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12.1)
22

33
SET(PROJECT_VER_MAJOR 0)
44
SET(PROJECT_VER_MINOR 1)
5-
SET(PROJECT_VER_PATCH 0)
5+
SET(PROJECT_VER_PATCH 1)
66
SET(PROJECT_VER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
77
SET(PROJECT_APIVER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}")
88

0 commit comments

Comments
 (0)