File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99env :
1010 # for installation testing - it should match with version set in CMake
11- UMF_VERSION : 0.9 .0
11+ UMF_VERSION : 0.10 .0
1212 BUILD_DIR : " ${{github.workspace}}/build"
1313 INSTL_DIR : " ${{github.workspace}}/../install-dir"
1414
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extern "C" {
2828#define UMF_MINOR_VERSION (_ver ) (_ver & 0x0000ffff)
2929
3030/// @brief Current version of the UMF headers
31- #define UMF_VERSION_CURRENT UMF_MAKE_VERSION(0, 9 )
31+ #define UMF_VERSION_CURRENT UMF_MAKE_VERSION(0, 10 )
3232
3333/// @brief Operation results
3434typedef enum umf_result_t {
Original file line number Diff line number Diff line change 2222author = "Intel"
2323
2424# The full version, including alpha/beta/rc tags
25- release = "0.9 .0"
25+ release = "0.10 .0"
2626
2727
2828# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments