Skip to content

Commit c744343

Browse files
authored
Merge pull request #738 from ldorau/Update_UMF_version_to_0.10.0_in_CI_and_docs_config_file
Update UMF version to 0.10.0 in headers, CI and docs config file
2 parents 85b1d6f + 1abd0cd commit c744343

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
env:
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

include/umf/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3434
typedef enum umf_result_t {

scripts/docs_config/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "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 ---------------------------------------------------

0 commit comments

Comments
 (0)