diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-31 20:38:42 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 16:25:23 +0000 |
commit | 25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17 (patch) | |
tree | 81bd98f725c8e6e8c9d7760fe938f669619fbc56 /symbian/port.pl | |
parent | f6ba99206280472c9e353abb350d114de9d2591b (diff) | |
download | perl-25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17.tar.gz |
Symbian port 0.3.0 as of blead@25911
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25933
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 0ddae5f0b4..bf30557031 100644 --- a/symbian/port.pl +++ b/symbian/port.pl @@ -1,6 +1,6 @@ { - dll => { MAJOR => 0, MINOR => 2, PATCH => 0 }, - ext => { MAJOR => 0, MINOR => 2, PATCH => 0 }, - lib => { MAJOR => 0, MINOR => 2, PATCH => 0 }, + dll => { MAJOR => 0, MINOR => 3, PATCH => 0 }, + ext => { MAJOR => 0, MINOR => 3, PATCH => 0 }, + lib => { MAJOR => 0, MINOR => 3, PATCH => 0 }, } |