Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 47f7c09e authored by NICLAUSSE Nicolas's avatar NICLAUSSE Nicolas
Browse files

release 2.9.1

parent 689305c9
No related branches found
No related tags found
No related merge requests found
# ChangeLog
## version 2.9.1 - 2019-05-02
- call enter/leave method when entering/leaving workspaces
- deactivate unused fileMenu and AboutMenu. Move ThemeMenu in a sub-menu
- menubar fixed for HighDpi
## version 2.9.0 - 2019-04-29
- add dtkWidgetsParameterLongLongSpinBox
- use dtk-themes
......
......@@ -24,7 +24,7 @@ project(dtkWidgets)
set(${PROJECT_NAME}_VERSION_MAJOR 2)
set(${PROJECT_NAME}_VERSION_MINOR 9)
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})
......
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