Skip to content

Commit

Permalink
Release 4.5.01 (#2468)
Browse files Browse the repository at this point in the history
* Update patch version for 4.5.01

* Fix the package version (#2460)

Signed-off-by: Thomas Padioleau <thomas.padioleau@cea.fr>

* Update changelog

Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>

* update to 4.4.01 for codeql and docs checks

Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>

* update master_history.txt

---------

Signed-off-by: Thomas Padioleau <thomas.padioleau@cea.fr>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Co-authored-by: Thomas Padioleau <thomas.padioleau@cea.fr>
  • Loading branch information
ndellingwood and tpadioleau authored Dec 24, 2024
1 parent 957ac84 commit 6e2ba94
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
repository: 'kokkos/kokkos'
path: 'kokkos'
ref: '4.3.01'
ref: '4.4.01'

- name: configure_kokkos
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: kokkos/kokkos
ref: 4.3.01
ref: 4.4.01
path: kokkos

- name: configure_kokkos
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [4.5.01](https://github.com/kokkos/kokkos-kernels/tree/4.5.01)
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/4.5.00...4.5.01)

### Bug Fixes:
- Fix the package version [\#2460](https://github.com/kokkos/kokkos-kernels/pull/2460)

## [4.5.00](https://github.com/kokkos/kokkos-kernels/tree/4.5.00)
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/4.4.01...4.5.00)

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SET(KOKKOSKERNELS_TOP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})

SET(KokkosKernels_VERSION_MAJOR 4)
SET(KokkosKernels_VERSION_MINOR 5)
SET(KokkosKernels_VERSION_PATCH 0)
SET(KokkosKernels_VERSION_PATCH 1)
SET(KokkosKernels_VERSION "${KokkosKernels_VERSION_MAJOR}.${KokkosKernels_VERSION_MINOR}.${KokkosKernels_VERSION_PATCH}")

#Set variables for config file
Expand All @@ -32,7 +32,7 @@ IF(NOT KOKKOSKERNELS_HAS_TRILINOS)
ENDIF()
ENDIF()
IF(NOT DEFINED ${PROJECT_NAME})
PROJECT(KokkosKernels CXX)
PROJECT(KokkosKernels VERSION ${KokkosKernels_VERSION} LANGUAGES CXX)
ENDIF()
ENDIF()

Expand Down
1 change: 1 addition & 0 deletions master_history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ tag: 4.3.01 date: 05/07/2024 master: 1b0a15f5 release: 58785c1b
tag: 4.4.00 date: 08/08/2024 master: d1a91b8a release: 1145f529
tag: 4.4.01 date: 09/12/2024 master: 0608a337 release: 6b340287
tag: 4.5.00 date: 11/11/2024 master: 0b43169e release: 4a7590af
tag: 4.5.01 date: 12/17/2024 master: 957ac849 release: 0b3d5a3b

0 comments on commit 6e2ba94

Please sign in to comment.