Skip to content

Commit

Permalink
MITK 2014.03.00 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Fetzer committed Apr 11, 2014
1 parent 7c10d7b commit eb025dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if(NOT MITK_DIR)

set(MITK_SOURCE_DIR "" CACHE PATH "MITK source code location. If empty, MITK will be cloned from MITK_GIT_REPOSITORY")
set(MITK_GIT_REPOSITORY "http://git.mitk.org/MITK.git" CACHE STRING "The git repository for cloning MITK")
set(MITK_GIT_TAG "origin/master" CACHE STRING "The git tag/hash to be used when cloning from MITK_GIT_REPOSITORY")
set(MITK_GIT_TAG "releases/2014-03" CACHE STRING "The git tag/hash to be used when cloning from MITK_GIT_REPOSITORY")
mark_as_advanced(MITK_SOURCE_DIR MITK_GIT_REPOSITORY MITK_GIT_TAG)

#-----------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ endif()
# Prerequesites
#-----------------------------------------------------------------------------

find_package(MITK REQUIRED)
find_package(MITK 2014.03.00 REQUIRED)

if(COMMAND mitkFunctionCheckMitkCompatibility)
mitkFunctionCheckMitkCompatibility(VERSIONS MITK_VERSION_PLUGIN_SYSTEM 1 REQUIRED)
Expand Down
6 changes: 3 additions & 3 deletions CMake/mitkSetupVariables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#-----------------------------------

# MITK_VERSION
set(MITK_VERSION_MAJOR "2013")
set(MITK_VERSION_MINOR "12")
set(MITK_VERSION_PATCH "99")
set(MITK_VERSION_MAJOR "2014")
set(MITK_VERSION_MINOR "03")
set(MITK_VERSION_PATCH "00")
set(MITK_VERSION_STRING "${MITK_VERSION_MAJOR}.${MITK_VERSION_MINOR}.${MITK_VERSION_PATCH}")
if(MITK_VERSION_PATCH STREQUAL "99")
set(MITK_VERSION_STRING "${MITK_VERSION_STRING}-${MITK_REVISION_SHORTID}")
Expand Down

0 comments on commit eb025dd

Please sign in to comment.