Skip to content

Commit

Permalink
Merge pull request #5637 from dyfer/topic/3.12.2-rc1-version
Browse files Browse the repository at this point in the history
Update SCVersion.txt for 3.12.2-rc1
  • Loading branch information
dyfer committed Dec 9, 2021
2 parents eb8a426 + 7aa2b34 commit 38b28f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCVersion.txt
Expand Up @@ -3,8 +3,8 @@

set(SC_VERSION_MAJOR 3)
set(SC_VERSION_MINOR 12)
set(SC_VERSION_PATCH 1)
set(SC_VERSION_TWEAK "")
set(SC_VERSION_PATCH 2)
set(SC_VERSION_TWEAK "-rc1")
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 38b28f9

Please sign in to comment.