Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dtk
dtk
Commits
f83a6f49
Commit
f83a6f49
authored
Nov 07, 2018
by
CABEL Tristan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.6.0
parent
82d87f29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGES.md
CHANGES.md
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CHANGES.md
View file @
f83a6f49
# ChangeLog
## version 1.6.0 - 2018-11-07
-
dtkScriptInterpreterPython is now a singleton.
## version 1.5.2 - 2018-11-05
-
Return default value if view is not instanciated.
## version 1.5.1 - 2018-07-25
...
...
CMakeLists.txt
View file @
f83a6f49
...
...
@@ -23,8 +23,8 @@ project(dtk)
## ###################################################################
set
(
dtk_VERSION_MAJOR 1
)
set
(
dtk_VERSION_MINOR
5
)
set
(
dtk_VERSION_PATCH
2
)
set
(
dtk_VERSION_MINOR
6
)
set
(
dtk_VERSION_PATCH
0
)
set
(
dtk_VERSION
${
dtk_VERSION_MAJOR
}
.
${
dtk_VERSION_MINOR
}
.
${
dtk_VERSION_PATCH
}
)
...
...
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