Skip to content

Commit

Permalink
Merge Pull Request #11974 from srbdev/Trilinos/trilinos-release-14-2-…
Browse files Browse the repository at this point in the history
…branch-update

Automatically Merged using Trilinos Pull Request AutoTester rel 14.2
PR Title: trilinos-release-14-2-branch-update
PR Author: srbdev
  • Loading branch information
trilinos-autotester authored Jun 21, 2023
2 parents 76d174a + 4d03a7a commit fc55b9c
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,11 +59,11 @@
# for release mode and set the version.
#

SET(Trilinos_VERSION 14.1)
SET(Trilinos_VERSION 14.2)
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
SET(Trilinos_MAJOR_MINOR_VERSION 140200)
SET(Trilinos_VERSION_STRING "14.2")
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 fc55b9c

Please sign in to comment.