docker_wrapper: release 22#7091
Merged
Merged
Conversation
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the docker_wrapper release number to 22 so build/version constants and Windows artifact naming reflect the new release across platforms.
Changes:
- Update
DOCKERWRAPPER_RELEASEinconfigure.acto 22 (autoconf substitution source-of-truth). - Update
DOCKERWRAPPER_RELEASEinversion.hto 22. - Update Windows build output tagging by setting
<TargetVersion>to 22 inwin_build/docker_wrapper.vcxproj.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
win_build/docker_wrapper.vcxproj |
Updates Windows artifact version tag used in output name. |
version.h |
Updates compiled-in docker_wrapper release constant. |
configure.ac |
Updates autoconf release constant exported to generated headers/build. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
32
to
34
| // dockerwrapper version number | ||
| #define DOCKERWRAPPER_RELEASE 21 | ||
| #define DOCKERWRAPPER_RELEASE 22 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Bump
docker_wrapperrelease to 22 to align version constants and Windows build output with the new release.Updated version in
configure.ac,version.h, andwin_build/docker_wrapper.vcxprojso artifacts are tagged with 22.Written for commit d616808. Summary will update on new commits. Review in cubic