diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-21 13:07:30 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-21 13:37:09 +0000 |
| commit | eb366cb6c6c0dd23be392afaa280e97d4b9d966c (patch) | |
| tree | 5682778cea5afc4da2d041daa23030bac35dcad4 | |
| parent | eac7fc1665ef07c4a8b009521034043ce6b422e7 (diff) | |
| download | puzzles-eb366cb6c6c0dd23be392afaa280e97d4b9d966c.zip puzzles-eb366cb6c6c0dd23be392afaa280e97d4b9d966c.tar.gz puzzles-eb366cb6c6c0dd23be392afaa280e97d4b9d966c.tar.bz2 puzzles-eb366cb6c6c0dd23be392afaa280e97d4b9d966c.tar.xz | |
Update comment in manifest.pl based on experience
As far as I can tell, the KaiStore is quite happy with YY.MM.DD version
numbers.
| -rwxr-xr-x | kaios/manifest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaios/manifest.pl b/kaios/manifest.pl index 8380683..838ff3e 100755 --- a/kaios/manifest.pl +++ b/kaios/manifest.pl @@ -27,8 +27,8 @@ if ($version =~ /^20(\d\d)(\d\d)(\d\d)\./) { # messes in the KaiStore that can only be resolved by Developer # Support. Specifically, uploading a bad version number as the # first upload of an app can make it impossible to upload a new - # version. I hope that three components of two digits each will - # be acceptable. + # version. I hope that three components of two digits each seem + # to be acceptable. $decvers = join('.', $1+0, $2+0, $3+0); } |