diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 08:27:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 08:27:34 +0000 |
commit | e01ffb8dcee2eeca0ae5b559a4d96119058e4668 (patch) | |
tree | b41b658865fb9e1214625a0c8f8bcab4c803361b /epoc/createpkg.pl | |
parent | c0fd1b4283835f2ec7b48824dd974b16677cdf78 (diff) | |
download | perl-e01ffb8dcee2eeca0ae5b559a4d96119058e4668.tar.gz |
Bump bleadperl's version number to 5.9.2.
p4raw-id: //depot/perl@22523
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 7dfb9fa321..5de45f44a5 100644 --- a/epoc/createpkg.pl +++ b/epoc/createpkg.pl @@ -3,7 +3,7 @@ use File::Find; use Cwd; -$VERSION="5.9.1"; +$VERSION="5.9.2"; $EPOC_VERSION=1; |