From c4f794b49f1a4880616d38268ff0b9466e41b61e Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi <m.chraibi@fz-juelich.de> Date: Mon, 13 Jul 2015 18:46:13 +0200 Subject: [PATCH] update version v0.7 --- CMakeLists.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45496d8..d93fc98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ message( STATUS "PROJECT_SOURCE_DIR points to " ${PROJECT_SOURCE_DIR}) message (STATUS "MODULE_PATH: " ${CMAKE_MODULE_PATH}) set(CMAKE_COLOR_MAKEFILE ON) set(JPSVIS_MAJOR_VERSION 0) -set(JPSVIS_MINOR_VERSION 5) +set(JPSVIS_MINOR_VERSION 7) set(JPSVIS_PATCH_VERSION 0) set(JPSVIS_VERSION ${JPSVIS_MAJOR_VERSION}.${JPSVIS_MINOR_VERSION}.${JPSVIS_PATCH_VERSION}) @@ -351,19 +351,6 @@ IF(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 tree, and on other platforms it'll go into the bin directory. -- GitLab