Commit aaa2e5a
win32: preserve full version string in non-numeric build fields
meson.build's marketing version may carry a pre-release suffix like
"3.0.0~alpha1". The build template previously joined the dotted parts
back into a string, dropping the suffix everywhere it landed:
PACKAGE_VERSION (About dialog, user-agent, tarball name) and the
StringFileInfo block (Windows file-properties dialog).
Split into two values inside version-template.ps1: $versionFull keeps
the full marketing string for those human-readable fields, while
$versionParts is the digits-only form for the numeric Win32 VERSIONINFO
FILEVERSION/PRODUCTVERSION quad that rejects non-numeric components.
poxchat.sln reorder is VS-autosave noise from opening the solution.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 30d317c commit aaa2e5a
3 files changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
4 | 15 | | |
5 | 16 | | |
6 | 17 | | |
| |||
0 commit comments