Skip to content

Commit

Permalink
Update version and date for 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 19, 2024
1 parent 7ac675b commit 229ad3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# ##################################################################################################
set(PIKA_VERSION_MAJOR 0)
set(PIKA_VERSION_MINOR 30)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20241108)
set(PIKA_VERSION_PATCH 1)
set(PIKA_VERSION_DATE 20241119)
set(PIKA_VERSION_TAG "")

set(PIKA_VERSION "${PIKA_VERSION_MAJOR}.${PIKA_VERSION_MINOR}.${PIKA_VERSION_PATCH}")
Expand Down

0 comments on commit 229ad3d

Please sign in to comment.