Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s declared release version from 1.9.0 to 1.10.0 across build/config, documentation, installer metadata, and the Windows CI workflow to keep versioning consistent for the 1.10.0 release.
Changes:
- Bumped core project version in Autotools (
configure.ac) and documentation (README.md,Doxyfile). - Updated Windows CI environment version variable used for artifact naming (
.github/workflows/windows-visualcpp.yml). - Updated Windows installer/package and bootstrapper version metadata (
setup/installer/main.wxs,executable/setup/res/setup.rc), including a new MSIProductCode.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
README.md |
Updates displayed project version to 1.10.0. |
configure.ac |
Updates Autoconf project version to 1.10.0. |
Doxyfile |
Updates Doxygen PROJECT_NUMBER to 1.10.0. |
.github/workflows/windows-visualcpp.yml |
Updates TETENGO_VER used in CI artifact naming to 1.10.0. |
setup/installer/main.wxs |
Updates WiX package version/name and MSI ProductCode for the new release. |
executable/setup/res/setup.rc |
Updates Windows resource file/product version fields to 1.10.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update version number across CI configuration, documentation, build scripts, and installer files. Updated TETENGO_VER in windows-visualcpp.yml from 1.9.0 to 1.10.0 Updated PROJECT_NUMBER in Doxyfile from 1.9.0 to 1.10.0 Updated version headers in README.md, configure.ac, setup.rc, and main.wxs to 1.10.0 Updated WiX Package attributes including new ProductCode for 1.10.0 release
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.
This pull request updates the project version from 1.9.0 to 1.10.0 across the codebase and related configuration files. The changes ensure consistency in versioning for documentation, build scripts, installer metadata, and workflow environments.
Version update across project files:
README.md,configure.ac,Doxyfile, and.github/workflows/windows-visualcpp.ymlto reflect the new release. [1] [2] [3] [4]Installer and resource metadata:
setup/installer/main.wxs(with a newProductCode), andexecutable/setup/res/setup.rcfor both file and product version metadata. [1] [2] [3]