Bump to 26.6.75 and align platform versions - #85
Merged
Merged
Conversation
Bump sys/version.h to 26.6.75 for the 14 commits on develop since v26.6.74 (AppDataRoot path fixes, imperial units, Android startup race, PGN CRC, shared-module refactors). Also realign the platform heads, which had drifted from version.h and from each other: Desktop was pinned at 26.6.55 and iOS at 26.6.56 (both near the old 26.6.55 tag), and Android had never been versioned at all, still shipping the 1.0 template default. All three now read 26.6.75. Build numbers are deliberately untouched: iOS ApplicationVersion (2) and Android ApplicationVersion (1) are TestFlight/Play upload counters, not marketing versions, and bumping them is an upload-time concern. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Version bump for the 14 commits on
developsincev26.6.74, ahead of themainsync in #84.Version
sys/version.h→ 26.6.75 (VERSION_PATCH,VERSION, andVERSION_DATE→ 2026-09-15). This file is the source of truth fordeploy/macos/package.shand the release workflow's tag/artifact naming; both extraction patterns were verified against the new contents.Platform version drift
The platform heads had drifted from
version.hand from each other. This predates the current batch — the values were identical onmainanddevelop:sys/version.hAgOpenWeb.Desktop.csprojAgOpenWeb.iOS.csprojAgOpenWeb.Android.csprojDesktop and iOS were stuck near the old
26.6.55tag; Android had never been versioned and still carried the1.0template default. Nothing in the build feedsversion.hinto these, so they don't follow automatically — worth a follow-up if the drift recurs.Not changed
iOS
ApplicationVersion(2) and AndroidApplicationVersion(1) are left alone. Those areCFBundleVersion/ AndroidversionCode— TestFlight and Play upload counters that must strictly increase per upload, not per marketing version, as the comment in the iOS csproj notes.🤖 Generated with Claude Code