Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit d774e85

Browse files
committed
Update version to v0.8.0
1 parent 1a5aace commit d774e85

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.16.3)
22

33
set(HDK_VERSION_MAJOR "0")
4-
set(HDK_VERSION_MINOR "7")
4+
set(HDK_VERSION_MINOR "8")
55
set(HDK_VERSION_PATCH "0")
66
set(HDK_VERSION_EXTRA "dev")
77
set(HDK_VERSION_RAW_NUMERIC "${HDK_VERSION_MAJOR}.${HDK_VERSION_MINOR}.${HDK_VERSION_PATCH}")

0 commit comments

Comments
 (0)