Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 9, 2018
1 parent 58c6a79 commit 0439a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/Configurations/default-plugins.cmake
Expand Up @@ -7,10 +7,10 @@ score-lib-device
score-lib-process

score-plugin-inspector
score-plugin-library
score-plugin-deviceexplorer
score-plugin-curve
score-plugin-automation
score-plugin-library
score-plugin-scenario
score-plugin-loop

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -26,7 +26,7 @@ cmake_policy(SET CMP0025 NEW)
set(SCORE_VERSION_MAJOR 2)
set(SCORE_VERSION_MINOR 0)
set(SCORE_VERSION_PATCH 0)
set(SCORE_VERSION_EXTRA a15)
set(SCORE_VERSION_EXTRA a16)
set(SCORE_CODENAME "Bibliothèque en cue-néiforme")
set(SCORE_VERSION "${SCORE_VERSION_MAJOR}.${SCORE_VERSION_MINOR}.${SCORE_VERSION_PATCH}-${SCORE_VERSION_EXTRA}")

Expand Down

0 comments on commit 0439a97

Please sign in to comment.