Skip to content

Commit

Permalink
Merge pull request oneapi-src#738 from ldorau/Update_UMF_version_to_0…
Browse files Browse the repository at this point in the history
….10.0_in_CI_and_docs_config_file

Update UMF version to 0.10.0 in headers, CI and docs config file
  • Loading branch information
ldorau committed Sep 18, 2024
2 parents 85b1d6f + 1abd0cd commit c744343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

env:
# for installation testing - it should match with version set in CMake
UMF_VERSION: 0.9.0
UMF_VERSION: 0.10.0
BUILD_DIR : "${{github.workspace}}/build"
INSTL_DIR : "${{github.workspace}}/../install-dir"

Expand Down
2 changes: 1 addition & 1 deletion include/umf/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#define UMF_MINOR_VERSION(_ver) (_ver & 0x0000ffff)

/// @brief Current version of the UMF headers
#define UMF_VERSION_CURRENT UMF_MAKE_VERSION(0, 9)
#define UMF_VERSION_CURRENT UMF_MAKE_VERSION(0, 10)

/// @brief Operation results
typedef enum umf_result_t {
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs_config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Intel"

# The full version, including alpha/beta/rc tags
release = "0.9.0"
release = "0.10.0"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit c744343

Please sign in to comment.