File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ permissions:
7
7
contents : read
8
8
9
9
env :
10
- # for installation testing - it should match with version set in CMake
11
- UMF_VERSION : 0.10 .0
10
+ # for installation testing - it should match with version set in git
11
+ UMF_VERSION : 0.11 .0
12
12
BUILD_DIR : " ${{github.workspace}}/build"
13
13
INSTL_DIR : " ${{github.workspace}}/../install-dir"
14
14
COVERAGE_DIR : " ${{github.workspace}}/coverage"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Do changes for a release:
42
42
- Update project's version in a few places:
43
43
- For major and minor releases: ` UMF_VERSION_CURRENT ` in ` include/umf/base.h ` (the API version)
44
44
- ` release ` variable in ` scripts/docs_config/conf.py ` (for docs)
45
- - ` UMF_VERSION ` variable in ` .github/workflows/basic .yml ` (for installation test)
45
+ - ` UMF_VERSION ` variable in ` .github/workflows/reusable_basic .yml ` (for installation test)
46
46
- For major releases update ABI version in ` .map ` and ` .def ` files
47
47
- These files are defined for all public libraries (` libumf ` and ` proxy_lib ` , at the moment)
48
48
- Commit these changes and tag the release:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extern "C" {
28
28
#define UMF_MINOR_VERSION (_ver ) (_ver & 0x0000ffff)
29
29
30
30
/// @brief Current version of the UMF headers
31
- #define UMF_VERSION_CURRENT UMF_MAKE_VERSION(0, 10 )
31
+ #define UMF_VERSION_CURRENT UMF_MAKE_VERSION(0, 11 )
32
32
33
33
/// @brief Operation results
34
34
typedef enum umf_result_t {
Original file line number Diff line number Diff line change 22
22
author = "Intel"
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = "0.10 .0"
25
+ release = "0.11 .0"
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments