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
44423097
Commit
44423097
authored
Apr 24, 2020
by
LE BRETON Come
Browse files
Bump version number. Describe changes.
parent
d21e9122
Pipeline
#139797
passed with stage
in 0 seconds
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
44423097
# ChangeLog
## 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
-
add advanced parameters switch in dtkWidgetsMenuBar
-
move
`advanced`
property from core param to widget param
...
...
CMakeLists.txt
View file @
44423097
...
...
@@ -24,7 +24,7 @@ project(dtkWidgets)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 22
)
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