Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk-widgets
Commits
64618972
Commit
64618972
authored
Apr 08, 2020
by
NICLAUSSE Nicolas
Browse files
release 2.21.1
parent
d1720500
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
64618972
# ChangeLog
## version 2.21.1 - 2020-04-08
-
fix signals handling in dtkWidgetsMenuItem that broke dtkThemes menu
## version 2.21.0 - 2020-04-07
-
Added the option to programmatically expand and collapse the menu bar
## version 2.20.0 - 2020-03-27
...
...
CMakeLists.txt
View file @
64618972
...
...
@@ -24,7 +24,7 @@ project(dtkWidgets)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 21
)
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
Supports
Markdown
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