Skip to content

Commit

Permalink
Merge pull request #4825 from brianlheim/topic/bump-version-to-3.11
Browse files Browse the repository at this point in the history
SCVersion: bump to 3.11.0
  • Loading branch information
mossheim authored Mar 12, 2020
2 parents 44e74ca + b2cdcf9 commit f6cf834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCVersion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set(SC_VERSION_MAJOR 3)
set(SC_VERSION_MINOR 11)
set(SC_VERSION_PATCH 0)
set(SC_VERSION_TWEAK "-RC1")
set(SC_VERSION_TWEAK "")
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 f6cf834

Please sign in to comment.