Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk-widgets
Commits
585953d9
Commit
585953d9
authored
Apr 27, 2020
by
NICLAUSSE Nicolas
Browse files
relase 2.22.2
parent
1f676cf8
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
585953d9
# ChangeLog
## version 2.22.2 - 2020-04-27
-
hotfix widgets won't change dtk parameter on manual editing
## version 2.22.1 - 2020-04-24
-
hotfix the dtk-core version for conda recipe at run time
## version 2.22.0 - 2020-04-23
...
...
CMakeLists.txt
View file @
585953d9
...
...
@@ -24,7 +24,7 @@ project(dtkWidgets)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 22
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
1
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
2
)
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