Skip to content

Commit

Permalink
Update SCVersion.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dyfer committed Sep 5, 2021
1 parent babcdae commit 4a99771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SCVersion.txt
Expand Up @@ -2,9 +2,9 @@
# Note that you need to "make install" for this information to be copied into all places.

set(SC_VERSION_MAJOR 3)
set(SC_VERSION_MINOR 12)
set(SC_VERSION_PATCH 1)
set(SC_VERSION_TWEAK "")
set(SC_VERSION_MINOR 13)
set(SC_VERSION_PATCH 0)
set(SC_VERSION_TWEAK "-prerelease")
set(SC_VERSION ${SC_VERSION_MAJOR}.${SC_VERSION_MINOR}.${SC_VERSION_PATCH}${SC_VERSION_TWEAK})

# Note: these are provided for backwards compatibility only. In the main project, PROJECT_VERSION_PATCH
Expand Down

0 comments on commit 4a99771

Please sign in to comment.