Skip to content

Commit baec150

Browse files
committed
Update CMakeLists.txt for v0.5.3.
Signed-off-by: Benn Snyder <[email protected]>
1 parent 058315d commit baec150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ include (SetupDirectories)
4848

4949
set (PROJECT_VER_MAJOR 0)
5050
set (PROJECT_VER_MINOR 5)
51-
set (PROJECT_VER_PATCH 2)
51+
set (PROJECT_VER_PATCH 3)
5252
set (PROJECT_VER
5353
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
5454
set (PROJECT_APIVER

0 commit comments

Comments
 (0)