Skip to content

Commit 7375873

Browse files
committed
0.4.0
1 parent 5cf79ad commit 7375873

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

77
set(LIBHAT_VERSION_MAJOR 0)
8-
set(LIBHAT_VERSION_MINOR 3)
8+
set(LIBHAT_VERSION_MINOR 4)
99
set(LIBHAT_VERSION_PATCH 0)
1010
set(LIBHAT_VERSION ${LIBHAT_VERSION_MAJOR}.${LIBHAT_VERSION_MINOR}.${LIBHAT_VERSION_PATCH})
1111

0 commit comments

Comments
 (0)