Commit 059b457
claude: Read full version from version.txt in packaging config
When QUARTO_VERSION from configuration file is incomplete (e.g., "1.9"),
read the full version from version.txt (e.g., "1.9.17"). This ensures
bundled distributions report the correct version number and pass
extension quarto-required version checks.
Includes safeguard to only use version.txt if its major.minor matches
the configured version, preventing issues if version.txt gets out of sync.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 15018cc commit 059b457
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
62 | 77 | | |
63 | 78 | | |
64 | 79 | | |
| |||
0 commit comments