Skip to content

Commit 2a2c7c3

Browse files
committed
0.2.0
1 parent 836e989 commit 2a2c7c3

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
@@ -5,8 +5,8 @@ if(NOT CMAKE_CXX_STANDARD)
55
endif()
66

77
set(LIBHAT_VERSION_MAJOR 0)
8-
set(LIBHAT_VERSION_MINOR 1)
9-
set(LIBHAT_VERSION_PATCH 1)
8+
set(LIBHAT_VERSION_MINOR 2)
9+
set(LIBHAT_VERSION_PATCH 0)
1010
set(LIBHAT_VERSION ${LIBHAT_VERSION_MAJOR}.${LIBHAT_VERSION_MINOR}.${LIBHAT_VERSION_PATCH})
1111

1212
project(libhat

0 commit comments

Comments
 (0)