Skip to content
Snippets Groups Projects
Commit c4f794b4 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

update version v0.7

parent d3e93bab
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ message( STATUS "PROJECT_SOURCE_DIR points to " ${PROJECT_SOURCE_DIR}) ...@@ -47,7 +47,7 @@ message( STATUS "PROJECT_SOURCE_DIR points to " ${PROJECT_SOURCE_DIR})
message (STATUS "MODULE_PATH: " ${CMAKE_MODULE_PATH}) message (STATUS "MODULE_PATH: " ${CMAKE_MODULE_PATH})
set(CMAKE_COLOR_MAKEFILE ON) set(CMAKE_COLOR_MAKEFILE ON)
set(JPSVIS_MAJOR_VERSION 0) set(JPSVIS_MAJOR_VERSION 0)
set(JPSVIS_MINOR_VERSION 5) set(JPSVIS_MINOR_VERSION 7)
set(JPSVIS_PATCH_VERSION 0) set(JPSVIS_PATCH_VERSION 0)
set(JPSVIS_VERSION set(JPSVIS_VERSION
${JPSVIS_MAJOR_VERSION}.${JPSVIS_MINOR_VERSION}.${JPSVIS_PATCH_VERSION}) ${JPSVIS_MAJOR_VERSION}.${JPSVIS_MINOR_VERSION}.${JPSVIS_PATCH_VERSION})
...@@ -351,19 +351,6 @@ IF(WIN32) ...@@ -351,19 +351,6 @@ IF(WIN32)
ENDIF(WIN32) ENDIF(WIN32)
# if (APPLE)
# set_target_properties(JPSvis PROPERTIES
# # APPLE_BUNDLE_BUNDLE_NAME "JPSvis"
# # APPLE_BUNDLE_BUNDLE_VERSION "${JPSVIS_VERSION}"
# # APPLE_BUNDLE_LONG_VERSION_STRING "version ${JPSVIS_VERSION}"
# # APPLE_BUNDLE_SHORT_VERSION_STRING "${JPSVIS_VERSION}"
# # APPLE_BUNDLE_COPYRIGHT "Copyright (c) 2015 Forschungszentrum Juelich. All rights reserved."
# # APPLE_GUI_COPYRIGHT "Copyright (c) 2015 Forschungszentrum Juelich. All rights reserved."
# # APPLE_BUNDLE_GUI_IDENTIFIER "www.jupedsim.org"
# APPLE_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
# endif ()
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# Install the QtTest application, on Apple, the bundle is at the root of the # Install the QtTest application, on Apple, the bundle is at the root of the
# install tree, and on other platforms it'll go into the bin directory. # install tree, and on other platforms it'll go into the bin directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment