mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
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.
This commit is contained in:
@ -27,8 +27,8 @@ if ($version =~ /^20(\d\d)(\d\d)(\d\d)\./) {
|
|||||||
# messes in the KaiStore that can only be resolved by Developer
|
# messes in the KaiStore that can only be resolved by Developer
|
||||||
# Support. Specifically, uploading a bad version number as the
|
# Support. Specifically, uploading a bad version number as the
|
||||||
# first upload of an app can make it impossible to upload a new
|
# first upload of an app can make it impossible to upload a new
|
||||||
# version. I hope that three components of two digits each will
|
# version. I hope that three components of two digits each seem
|
||||||
# be acceptable.
|
# to be acceptable.
|
||||||
$decvers = join('.', $1+0, $2+0, $3+0);
|
$decvers = join('.', $1+0, $2+0, $3+0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user