Skip to content

Commit

Permalink
Merge pull request #13245 from jmlapre/update_version_cmake_16
Browse files Browse the repository at this point in the history
Framework: update Version.cmake for Trilinos 16.0.0
  • Loading branch information
jmlapre authored Jul 22, 2024
2 parents 2db3a24 + a51ed95 commit c6f6bea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# for release mode and set the version.
#

SET(Trilinos_VERSION 15.2.0)
SET(Trilinos_MAJOR_VERSION 15)
SET(Trilinos_MAJOR_MINOR_VERSION 150200)
SET(Trilinos_VERSION_STRING "15.2.0-dev")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release
SET(Trilinos_VERSION 16.0.0)
SET(Trilinos_MAJOR_VERSION 16)
SET(Trilinos_MAJOR_MINOR_VERSION 160000)
SET(Trilinos_VERSION_STRING "16.0.0")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT OFF) # Change to 'OFF' for a release

# Used by testing scripts and should not be used elsewhere
SET(Trilinos_REPOSITORY_BRANCH "develop" CACHE INTERNAL "")
Expand Down

0 comments on commit c6f6bea

Please sign in to comment.