Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dtk
dtk
Commits
8d4f2e7a
Commit
8d4f2e7a
authored
Nov 08, 2018
by
NICLAUSSE Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 1.6.3
parent
ead40ba6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
CHANGES.md
CHANGES.md
+2
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
app/dtkComposerEvaluator/main.cpp
app/dtkComposerEvaluator/main.cpp
+1
-1
app/dtkDistributedServer/main.cpp
app/dtkDistributedServer/main.cpp
+1
-1
No files found.
CHANGES.md
View file @
8d4f2e7a
# ChangeLog
## version 1.6.3 - 2018-11-08
-
fix for conda and DTK_INSTALL_PREFIX
## version 1.6.2 - 2018-11-08
-
dtkScriptInterpreterPython enables release method (for real).
## version 1.6.1 - 2018-11-08
...
...
CMakeLists.txt
View file @
8d4f2e7a
...
...
@@ -24,7 +24,7 @@ project(dtk)
set
(
dtk_VERSION_MAJOR 1
)
set
(
dtk_VERSION_MINOR 6
)
set
(
dtk_VERSION_PATCH
2
)
set
(
dtk_VERSION_PATCH
3
)
set
(
dtk_VERSION
${
dtk_VERSION_MAJOR
}
.
${
dtk_VERSION_MINOR
}
.
${
dtk_VERSION_PATCH
}
)
...
...
app/dtkComposerEvaluator/main.cpp
View file @
8d4f2e7a
...
...
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
dtkDistributedGuiApplication
*
application
=
dtkDistributedGuiApplication
::
create
(
argc
,
argv
);
application
->
setApplicationName
(
"dtkComposerEvaluator"
);
application
->
setApplicationVersion
(
"1.
5.1
"
);
application
->
setApplicationVersion
(
"1.
6.3
"
);
application
->
setOrganizationName
(
"inria"
);
application
->
setOrganizationDomain
(
"fr"
);
bool
no_gui
=
application
->
noGui
();
...
...
app/dtkDistributedServer/main.cpp
View file @
8d4f2e7a
...
...
@@ -23,7 +23,7 @@ int main(int argc, char **argv)
{
dtkCoreApplication
*
application
=
dtkCoreApplication
::
create
(
argc
,
argv
);
application
->
setApplicationName
(
"dtkDistributedServer"
);
application
->
setApplicationVersion
(
"1.
5.1
"
);
application
->
setApplicationVersion
(
"1.
6.3
"
);
application
->
setOrganizationName
(
"inria"
);
application
->
setOrganizationDomain
(
"fr"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment