Skip to content
Snippets Groups Projects
Commit c60e29e2 authored by Erik Andresen's avatar Erik Andresen
Browse files

change version number

parent 288c02b0
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
# -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON (default OFF)
# -DBUILD_TESTING=ON (default OFF)
# MARK_AS_ADVANCED (BUILD_TESTING CMAKE_BUILD_TYPE=Debug)
#windows flags: -DDESIRED_QT_VERSION=5 -DCMAKE_PREFIX_PATH=D:\Qt32bit\Qt5.4.1\5.4\msvc2013 -DCMAKE_PREFIX_PATH=VTK.0.0\VTK-7.0.0\build -G "Visual Studio 12 2013"
#--------------------------------------------------------------------------
......@@ -49,7 +50,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 7)
set(JPSVIS_MINOR_VERSION 8)
set(JPSVIS_PATCH_VERSION 0)
set(JPSVIS_VERSION
${JPSVIS_MAJOR_VERSION}.${JPSVIS_MINOR_VERSION}.${JPSVIS_PATCH_VERSION})
......
......@@ -225,8 +225,8 @@ MainWindow::MainWindow(QWidget *parent) :
if(argCount!=arguments.size()-1) {
bool ok=false;
int port = arguments[++argCount].toInt(&ok);
Debug::
Debug::Messages(" listening port: %d",port);
// Debug::
// Debug::Messages(" listening port: %d",port);
if (ok) {
SystemSettings::setListeningPort(port);
......
......@@ -50,8 +50,8 @@
//#define _SIMULATOR 1
//#define _USE_PROTOCOL_BUFFER 1
#define JPS_OLD_VERSION "0.5" // this version is still supported
#define JPS_VERSION_MINOR "6"
#define JPS_OLD_VERSION "0.7" // this version is still supported
#define JPS_VERSION_MINOR "8"
#define JPS_VERSION_MAJOR "0"
#define JPS_VERSION JPS_VERSION_MAJOR "." JPS_VERSION_MINOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment