Skip to content

Commit 6e2ba94

Browse files
Release 4.5.01 (kokkos#2468)
* Update patch version for 4.5.01 * Fix the package version (kokkos#2460) Signed-off-by: Thomas Padioleau <[email protected]> * Update changelog Signed-off-by: Nathan Ellingwood <[email protected]> * update to 4.4.01 for codeql and docs checks Signed-off-by: Nathan Ellingwood <[email protected]> * update master_history.txt --------- Signed-off-by: Thomas Padioleau <[email protected]> Signed-off-by: Nathan Ellingwood <[email protected]> Co-authored-by: Thomas Padioleau <[email protected]>
1 parent 957ac84 commit 6e2ba94

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
repository: 'kokkos/kokkos'
5858
path: 'kokkos'
59-
ref: '4.3.01'
59+
ref: '4.4.01'
6060

6161
- name: configure_kokkos
6262
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
3333
repository: kokkos/kokkos
34-
ref: 4.3.01
34+
ref: 4.4.01
3535
path: kokkos
3636

3737
- name: configure_kokkos

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [4.5.01](https://github.com/kokkos/kokkos-kernels/tree/4.5.01)
4+
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/4.5.00...4.5.01)
5+
6+
### Bug Fixes:
7+
- Fix the package version [\#2460](https://github.com/kokkos/kokkos-kernels/pull/2460)
8+
39
## [4.5.00](https://github.com/kokkos/kokkos-kernels/tree/4.5.00)
410
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/4.4.01...4.5.00)
511

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SET(KOKKOSKERNELS_TOP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
1111

1212
SET(KokkosKernels_VERSION_MAJOR 4)
1313
SET(KokkosKernels_VERSION_MINOR 5)
14-
SET(KokkosKernels_VERSION_PATCH 0)
14+
SET(KokkosKernels_VERSION_PATCH 1)
1515
SET(KokkosKernels_VERSION "${KokkosKernels_VERSION_MAJOR}.${KokkosKernels_VERSION_MINOR}.${KokkosKernels_VERSION_PATCH}")
1616

1717
#Set variables for config file
@@ -32,7 +32,7 @@ IF(NOT KOKKOSKERNELS_HAS_TRILINOS)
3232
ENDIF()
3333
ENDIF()
3434
IF(NOT DEFINED ${PROJECT_NAME})
35-
PROJECT(KokkosKernels CXX)
35+
PROJECT(KokkosKernels VERSION ${KokkosKernels_VERSION} LANGUAGES CXX)
3636
ENDIF()
3737
ENDIF()
3838

master_history.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ tag: 4.3.01 date: 05/07/2024 master: 1b0a15f5 release: 58785c1b
2929
tag: 4.4.00 date: 08/08/2024 master: d1a91b8a release: 1145f529
3030
tag: 4.4.01 date: 09/12/2024 master: 0608a337 release: 6b340287
3131
tag: 4.5.00 date: 11/11/2024 master: 0b43169e release: 4a7590af
32+
tag: 4.5.01 date: 12/17/2024 master: 957ac849 release: 0b3d5a3b

0 commit comments

Comments
 (0)