diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
commit | eab084107646a52141d7b67173bd5d1e2453b481 (patch) | |
tree | c1ad3f442458f83eb1cae43895ee8b1d9253cd24 /epoc/createpkg.pl | |
parent | 8401756a684d88c1d16c50e389620f53b4ac10aa (diff) | |
download | perl-eab084107646a52141d7b67173bd5d1e2453b481.tar.gz |
Bump to 5.11.3
Diffstat (limited to 'epoc/createpkg.pl')
-rw-r--r-- | epoc/createpkg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epoc/createpkg.pl b/epoc/createpkg.pl index 7e872062ec..0a0f5b858b 100644 --- a/epoc/createpkg.pl +++ b/epoc/createpkg.pl @@ -3,7 +3,7 @@ use File::Find; use Cwd; -$VERSION="5.11.2"; +$VERSION="5.11.3"; $EPOC_VERSION=1; |