diff options
Diffstat (limited to 'symbian/port.pl')
-rw-r--r-- | symbian/port.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/symbian/port.pl b/symbian/port.pl index f8f27107ab..0ddae5f0b4 100644 --- a/symbian/port.pl +++ b/symbian/port.pl @@ -1,6 +1,6 @@ { - dll => { MAJOR => 0, MINOR => 1, PATCH => 1 }, - ext => { MAJOR => 0, MINOR => 1, PATCH => 1 }, - lib => { MAJOR => 0, MINOR => 1, PATCH => 1 }, + dll => { MAJOR => 0, MINOR => 2, PATCH => 0 }, + ext => { MAJOR => 0, MINOR => 2, PATCH => 0 }, + lib => { MAJOR => 0, MINOR => 2, PATCH => 0 }, } |