Skip to content

Commit

Permalink
Set release number
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed May 24, 2012
1 parent 59a5a7e commit 4d259e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ include(GeneratePythonBindings.cmake)
include(GetDate.cmake)

# identify the build
set (SQTK_BUILD_VERSION)
GetDate(SQTK_BUILD_VERSION)
message(STATUS "SQTK build number ${SQTK_BUILD_VERSION}")
set(SQTK_RELEASE "20120524")
message(STATUS "SQTK release ${SQTK_RELEASE}")
set (SQTK_BUILD)
GetDate(SQTK_BUILD)
message(STATUS "SQTK build ${SQTK_BUILD}")

# put the plugin inside the pv install
set(SQTK_LIB_INSTALL_PATH
Expand Down Expand Up @@ -328,7 +330,7 @@ endif()

# Generate the plugin, servermanager and wrapped language bindings.
add_paraview_plugin(
SciberQuestToolKit ${SQTK_BUILD_VERSION}
SciberQuestToolKit "${SQTK_RELEASE}.${SQTK_BUILD}"
GUI_INTERFACES ${_IFACES}
SERVER_MANAGER_SOURCES ${SM_CXX_SOURCES}
SERVER_MANAGER_XML ${SQTK_SM_XML}
Expand Down

0 comments on commit 4d259e0

Please sign in to comment.