Skip to content

Commit

Permalink
Update Version.cmake for 13.4.1 patch release
Browse files Browse the repository at this point in the history
Incrementing version number for release.
  • Loading branch information
jwillenbring committed Nov 9, 2022
1 parent 403f2cd commit 147298a
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 147298a

Please sign in to comment.