Skip to content

Commit

Permalink
Update Version.cmake
Browse files Browse the repository at this point in the history
Update version file for 13.4 release branch.
  • Loading branch information
jwillenbring authored May 16, 2022
1 parent 0bd35b1 commit 709af70
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 @@ -59,14 +59,14 @@
# for release mode and set the version.
#

SET(Trilinos_VERSION 13.1)
SET(Trilinos_VERSION 13.4)
SET(Trilinos_MAJOR_VERSION 13)
SET(Trilinos_MAJOR_MINOR_VERSION 130100)
SET(Trilinos_VERSION_STRING "13.1 (Dev)")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release
SET(Trilinos_MAJOR_MINOR_VERSION 130400)
SET(Trilinos_VERSION_STRING "13.4")
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 "")
SET(Trilinos_REPOSITORY_BRANCH "trilinos-release-13-4-branch" CACHE INTERNAL "")
SET(Trilinos_EXTRAREPOS_BRANCH "master" CACHE INTERNAL "")
SET(Trilinos_TESTING_TRACK "" CACHE INTERNAL "")

Expand Down

0 comments on commit 709af70

Please sign in to comment.