Skip to content

Commit

Permalink
[CMake] Bump version to v21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Dec 15, 2021
1 parent f715b30 commit 7e27ebd
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(CMakeDependentOption)
# Manually define VERSION
set(Sofa_VERSION_MAJOR 21)
set(Sofa_VERSION_MINOR 12)
set(Sofa_VERSION_PATCH 99)
set(Sofa_VERSION_PATCH 00)
set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH})

set(SOFA_VERSION_STR "\"${Sofa_VERSION}\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(CGALPlugin
GIT_REPOSITORY https://github.com/sofa-framework/CGALPlugin
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/CGALPlugin"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(Compliant
GIT_REPOSITORY https://github.com/sofa-framework/Compliant
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/Compliant"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(Flexible
GIT_REPOSITORY https://github.com/sofa-framework/Flexible
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/Flexible"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.2)
include(ExternalProject)
ExternalProject_Add(InvertibleFVM
GIT_REPOSITORY https://github.com/sofa-framework/InvertibleFVM
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/InvertibleFVM"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(RigidScale
GIT_REPOSITORY https://github.com/sofa-framework/RigidScale
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/RigidScale"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.2)
include(ExternalProject)
ExternalProject_Add(SofaHighOrder
GIT_REPOSITORY https://github.com/sofa-framework/SofaHighOrder
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/SofaHighOrder"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(SofaPython
GIT_REPOSITORY https://github.com/sofa-framework/SofaPython
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/SofaPython"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(SofaPython3
GIT_REPOSITORY https://github.com/sofa-framework/SofaPython3
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/SofaPython3"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.2)
include(ExternalProject)
ExternalProject_Add(Regression
GIT_REPOSITORY https://github.com/sofa-framework/regression
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/projects/Regression"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(SofaGLFW
GIT_REPOSITORY https://github.com/sofa-framework/SofaGLFW
GIT_TAG origin/master
GIT_TAG origin/v21.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/projects/SofaGLFW"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 7e27ebd

Please sign in to comment.