ref: eb366cb6c6c0dd23be392afaa280e97d4b9d966c
parent: eac7fc1665ef07c4a8b009521034043ce6b422e7
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sat Jan 21 08:07:30 EST 2023
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.
--- a/kaios/manifest.pl
+++ b/kaios/manifest.pl
@@ -27,8 +27,8 @@
# 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);
}