fix: remove version mapping for unified DTK5/DTK6 build #27
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.
Removed the version mapping logic that converted DTK5 and DTK6 version
numbers from x.y.z to 0.y.z format. This change was necessary because
DTK5 and DTK6 now share the same version numbering scheme, eliminating
the need for separate version transformations. The DTK5_MAJOR_MINOR
variable used for shared library dependencies has also been removed as
it's no longer needed with the unified versioning approach.
Influence:
version numbers
version mapping
fix: 移除DTK5/DTK6统一构建的版本映射逻辑
移除了将DTK5和DTK6版本号从x.y.z格式转换为0.y.z格式的版本映射逻辑。此变更
是必要的,因为DTK5和DTK6现在使用相同的版本编号方案,消除了单独版本转换的
需求。用于共享库依赖的DTK5_MAJOR_MINOR变量也已被移除,因为在统一版本方案
下不再需要。
Influence: