Skip to content

Commit

Permalink
Merge pull request #10528 from trilinos/update-13-4-release-version-file
Browse files Browse the repository at this point in the history
Update Version.cmake

All builds passed across multiple runs. Failures were due to system, not code issues.
  • Loading branch information
jwillenbring authored Jun 10, 2022
2 parents 4e042cb + 709af70 commit 0976cf2
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 0976cf2

Please sign in to comment.