Skip to content

Commit

Permalink
Merge pull request #11252 from trilinos/jwillenbring-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillenbring committed Nov 10, 2022
2 parents 403f2cd + 147298a commit 3cf925b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4)
SET(Trilinos_VERSION 13.4.1)
SET(Trilinos_MAJOR_VERSION 13)
SET(Trilinos_MAJOR_MINOR_VERSION 130400)
SET(Trilinos_VERSION_STRING "13.4")
SET(Trilinos_MAJOR_MINOR_VERSION 130401)
SET(Trilinos_VERSION_STRING "13.4.1")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT OFF) # Change to 'OFF' for a release

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

0 comments on commit 3cf925b

Please sign in to comment.