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-visualization
Commits
8f0a2646
Commit
8f0a2646
authored
Feb 13, 2019
by
CABEL Tristan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.7.1
parent
7186ab24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
CHANGELOG.md
+4
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CHANGELOG.md
View file @
8f0a2646
# Change Log:
# 2.7.1 13-Feb-2019
-
add method to set range in plot2d
# 2.7.0 12-Feb-2019
-
add method enable/disable grid
-
add method enable/disable grid
in plot2d
-
remove deprecated method addFIeld
# 2.6.2 09-Feb-2019
...
...
CMakeLists.txt
View file @
8f0a2646
...
...
@@ -24,7 +24,7 @@ project(dtkVisualization)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 7
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
0
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
1
)
set
(
${
PROJECT_NAME
}
_VERSION
${${
PROJECT_NAME
}
_VERSION_MAJOR
}
.
${${
PROJECT_NAME
}
_VERSION_MINOR
}
.
${${
PROJECT_NAME
}
_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