Browse Source

* add a few version up front

git-svn-id: trunk@16875 -
Almindor 14 years ago
parent
commit
59e71130d4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/openssl/src/openssl.pas

+ 2 - 1
packages/openssl/src/openssl.pas

@@ -93,7 +93,8 @@ var
   { ADD NEW ONES WHEN THEY APPEAR!
   { ADD NEW ONES WHEN THEY APPEAR!
     Always make .so/dylib first, then versions, in descending order!
     Always make .so/dylib first, then versions, in descending order!
     Add "." .before the version, first is always just "" }
     Add "." .before the version, first is always just "" }
-  DLLVersions: array[1..10] of string = ('', '.1.0.0', '.0.9.8',
+  DLLVersions: array[1..10] 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.7', '.0.9.6', '.0.9.5', '.0.9.4',
                                         '.0.9.3', '.0.9.2', '.0.9.1');
                                         '.0.9.3', '.0.9.2', '.0.9.1');
   {$ENDIF}
   {$ENDIF}