Skip to content

Commit

Permalink
Merge pull request #558 from LLNL/update-v0.5.0
Browse files Browse the repository at this point in the history
Update release numbers to 0.5.0
  • Loading branch information
ltaylor16 committed May 14, 2021
2 parents 008da77 + f5802f4 commit db13734
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*******************************************************************************

Axom: ................................, version 0.4.0
Axom: ................................, version 0.5.0

Copyright (c) 2017-2021, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
Expand All @@ -20,4 +20,7 @@ Cyrus Harrison (harrison37@llnl.gov)
Lee Taylor (taylor16@llnl.gov)
Kenny Weiss (kweiss@llnl.gov)
Chris White (white238@llnl.gov)
George Zagaris (zagaris2@llnl.gov)
Max Yang (wang39@llnl.gov)

emeritus
George Zagaris
2 changes: 1 addition & 1 deletion src/cmake/AxomVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# otherwise, the hard-coded values will go in to the config.
#------------------------------------------------------------------------------
set(AXOM_VERSION_MAJOR 0)
set(AXOM_VERSION_MINOR 4)
set(AXOM_VERSION_MINOR 5)
set(AXOM_VERSION_PATCH 0)
string(CONCAT AXOM_VERSION_FULL
"v${AXOM_VERSION_MAJOR}"
Expand Down

0 comments on commit db13734

Please sign in to comment.