diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-03-31 11:30:09 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-01 13:10:11 +0000 |
commit | 4764e399f58c2e035a482e18aea2bd8c44fd9083 (patch) | |
tree | a3223a823f2ae68027ab629b4746132501179ad9 /symbian/port.pl | |
parent | 2eacba2f038fca0c7ce4713e73ef229faa3f3caa (diff) | |
download | perl-4764e399f58c2e035a482e18aea2bd8c44fd9083.tar.gz |
Symbian sync
Message-ID: <460EB6C1.4020406@iki.fi>
p4raw-id: //depot/perl@30824
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 cbba0c8579..599321dfb1 100644 --- a/symbian/port.pl +++ b/symbian/port.pl @@ -1,6 +1,6 @@ { - dll => { MAJOR => 0, MINOR => 4, PATCH => 0 }, - ext => { MAJOR => 0, MINOR => 4, PATCH => 0 }, - lib => { MAJOR => 0, MINOR => 4, PATCH => 0 }, + dll => { MAJOR => 0, MINOR => 4, PATCH => 2 }, + ext => { MAJOR => 0, MINOR => 4, PATCH => 2 }, + lib => { MAJOR => 0, MINOR => 4, PATCH => 2 }, } |