Skip to content

Commit db5531f

Browse files
committed
0.9.0
1 parent c92ab16 commit db5531f

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
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12)
22

33
set(LIBHAT_VERSION_MAJOR 0)
4-
set(LIBHAT_VERSION_MINOR 8)
4+
set(LIBHAT_VERSION_MINOR 9)
55
set(LIBHAT_VERSION_PATCH 0)
66
set(LIBHAT_VERSION ${LIBHAT_VERSION_MAJOR}.${LIBHAT_VERSION_MINOR}.${LIBHAT_VERSION_PATCH})
77

0 commit comments

Comments
 (0)