Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9fd2797c authored by CABEL Tristan's avatar CABEL Tristan
Browse files

2.11.2

parent 9dd1f522
No related branches found
No related tags found
No related merge requests found
# ChangeLog
## version 2.11.2 - 2019-05-27
- settings in ini format per default for dtkApplication
- bugfix in dtkWidgetsParameterFileSave, fileBrowse, boolPushButton
- add menuBar callback
## version 2.11.1 - 2019-05-21
- menubar generator use dtk-core readParameters static method
## version 2.11.0 - 2019-05-21
......
......@@ -24,7 +24,7 @@ project(dtkWidgets)
set(${PROJECT_NAME}_VERSION_MAJOR 2)
set(${PROJECT_NAME}_VERSION_MINOR 11)
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})
......
......@@ -17,7 +17,7 @@ channels:
- dtk
dependencies:
- qt >=5.9.0
- dtk-core >=2.5.1
- dtk-core >=2.5.2
- dtk-fonts >=2.1.0
- dtk-log
- dtk-themes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment