Skip to content

Commit

Permalink
Update version file to reflect 14.0 release
Browse files Browse the repository at this point in the history
User Support Ticket(s) or Story Referenced: TRILFRAME-577
  • Loading branch information
sebrowne committed Mar 9, 2023
1 parent 4e2d1bb commit 33cd729
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
# 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_VERSION 14.1)
SET(Trilinos_MAJOR_VERSION 14)
SET(Trilinos_MAJOR_MINOR_VERSION 140100)
SET(Trilinos_VERSION_STRING "14.1 (Dev)")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release

# Used by testing scripts and should not be used elsewhere
Expand Down

0 comments on commit 33cd729

Please sign in to comment.