Skip to content

Commit

Permalink
Merge pull request #5566 from dyfer/topic/update-version
Browse files Browse the repository at this point in the history
Use newer SC version on the develop branch
  • Loading branch information
dyfer committed Jan 11, 2022
2 parents 14521e0 + 6e35450 commit 7ab82a2
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 2)
set(SC_VERSION_TWEAK "")
set(SC_VERSION_MINOR 13)
set(SC_VERSION_PATCH 0)
set(SC_VERSION_TWEAK "-dev")
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 7ab82a2

Please sign in to comment.