Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e1450115 authored by NICLAUSSE Nicolas's avatar NICLAUSSE Nicolas
Browse files

Merge branch 'hotfix/1.0.3' into develop

parents e22d1552 dc26dffb
No related branches found
No related tags found
No related merge requests found
# ChangLog
## version 1.0.3 - 2018-03-14
* fix bad install of dtkImagingWidgets headers
## version 1.0.2 - 2018-03-14
* really fix INSTALL_RPATH for composer extension
## version 1.0.1 - 2018-03-09
......
......@@ -24,7 +24,7 @@ project(dtkImaging)
set(${PROJECT_NAME}_VERSION_MAJOR 1)
set(${PROJECT_NAME}_VERSION_MINOR 0)
set(${PROJECT_NAME}_VERSION_PATCH 2)
set(${PROJECT_NAME}_VERSION_PATCH 3)
set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})
......
......@@ -24,7 +24,7 @@ int main(int argc, char **argv)
app.setApplicationName("dtkImageStatistics");
app.setOrganizationName("inria");
app.setOrganizationDomain("fr");
app.setApplicationVersion("1.0.2");
app.setApplicationVersion("1.0.3");
QCommandLineParser& parser = *(app.parser());
parser.setApplicationDescription("DTK imaging statistics.");
......
......@@ -26,7 +26,7 @@ int main(int argc, char* argv[])
application.setApplicationName("dtkImageViewer");
application.setOrganizationName("inria");
application.setOrganizationDomain("fr");
application.setApplicationVersion("1.0.2");
application.setApplicationVersion("1.0.3");
QCommandLineParser& parser = *(application.parser());
parser.setApplicationDescription("DTK Image Viewer, Args: <image>");
......
......@@ -18,7 +18,7 @@ project(dtkImagingWidgets)
## Input
## ###################################################################
set(${PROJECT_NAME}_HEADERSS
set(${PROJECT_NAME}_HEADERS
dtkImagingWidgets
dtkImagingWidgets.h
dtkAbstractImageViewer
......
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