From eb366cb6c6c0dd23be392afaa280e97d4b9d966c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 21 Jan 2023 13:07:30 +0000 Subject: [PATCH] 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. --- kaios/manifest.pl | 4 ++-- 1 file 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); }