diff options
Diffstat (limited to 'symbian/port.pl')
-rw-r--r-- | symbian/port.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/symbian/port.pl b/symbian/port.pl new file mode 100644 index 0000000000..affb42c461 --- /dev/null +++ b/symbian/port.pl @@ -0,0 +1,6 @@ +{ + dll => { MAJOR => 0, MINOR => 1, PATCH => 0 }, + ext => { MAJOR => 0, MINOR => 1, PATCH => 0 }, + lib => { MAJOR => 0, MINOR => 1, PATCH => 0 }, +} + |