This repository was archived by the owner on May 29, 2025. It is now read-only.
Commit ae4a6d4
committed
Fix version-search pattern in rename_to_version.py
A while ago I made a misguided "improvement" to Version.h to use
constexpr instead of const. What could go wrong? Well, it turns out that
there were two separate references to the exact format of that line. The
upgrade-detection logic looked for 'const float kCurrentVersion' and so
did the .zip file renaming logic. The simplest code cleanups can break
things.1 parent c5196b9 commit ae4a6d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments