* fix array count bug from 16875

git-svn-id: trunk@16876 -
This commit is contained in:
Almindor 2011-02-03 19:41:45 +00:00
parent 59e71130d4
commit 53c2870fab

View File

@ -93,7 +93,7 @@ var
{ ADD NEW ONES WHEN THEY APPEAR!
Always make .so/dylib first, then versions, in descending order!
Add "." .before the version, first is always just "" }
DLLVersions: array[1..10] of string = ('', '.1.0.6', '.1.0.5', '.1.0.4', '.1.0.3',
DLLVersions: array[1..16] of string = ('', '.1.0.6', '.1.0.5', '.1.0.4', '.1.0.3',
'.1.0.2', '.1.0.1','.1.0.0','.0.9.8',
'.0.9.7', '.0.9.6', '.0.9.5', '.0.9.4',
'.0.9.3', '.0.9.2', '.0.9.1');