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
0d47d03d
Commit
0d47d03d
authored
Apr 30, 2020
by
NICLAUSSE Nicolas
Browse files
release 2.23.0
parent
15473072
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
0d47d03d
# ChangeLog
## version 2.23.0 - 2020-04-30
-
expose parameter menubar widgets
## version 2.22.2 - 2020-04-27
-
hotfix widgets won't change dtk parameter on manual editing
## version 2.22.1 - 2020-04-24
...
...
CMakeLists.txt
View file @
0d47d03d
...
...
@@ -23,8 +23,8 @@ project(dtkWidgets)
## ###################################################################
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 2
2
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 2
3
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
0
)
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