Skip to content

Commit 3629b75

Browse files
committed
Bump version to 0.1.2
Signed-off-by: Drew Fisher <[email protected]>
1 parent 2cfe5d9 commit 3629b75

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
@@ -41,8 +41,8 @@ cmake_minimum_required(VERSION 2.6)
4141
PROJECT(libfreenect)
4242

4343
set (PROJECT_VER_MAJOR 0)
44-
set (PROJECT_VER_MINOR 0)
45-
set (PROJECT_VER_PATCH 1)
44+
set (PROJECT_VER_MINOR 1)
45+
set (PROJECT_VER_PATCH 2)
4646
set (PROJECT_VER
4747
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
4848
set (PROJECT_APIVER

0 commit comments

Comments
 (0)