Skip to content

Commit

Permalink
Update version file
Browse files Browse the repository at this point in the history
User Support Ticket(s) or Story Referenced: TRILFRAME-557
  • Loading branch information
sebrowne committed Mar 9, 2023
1 parent d5e2e9f commit 110123b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.5)
SET(Trilinos_MAJOR_VERSION 13)
SET(Trilinos_MAJOR_MINOR_VERSION 130500)
SET(Trilinos_VERSION_STRING "13.5 (Dev)")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release
SET(Trilinos_VERSION 14.0)
SET(Trilinos_MAJOR_VERSION 14)
SET(Trilinos_MAJOR_MINOR_VERSION 140000)
SET(Trilinos_VERSION_STRING "14.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 "")
SET(Trilinos_REPOSITORY_BRANCH "trilinos-release-14-0-branch" CACHE INTERNAL "")
SET(Trilinos_EXTRAREPOS_BRANCH "master" CACHE INTERNAL "")
SET(Trilinos_TESTING_TRACK "" CACHE INTERNAL "")

Expand Down

0 comments on commit 110123b

Please sign in to comment.