summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-08 17:41:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-08 17:41:22 +0000
commitae21ab7a583996be9282ef39a5a1bcfa2a228633 (patch)
treedc373d0812e8b3ba2d462861e0c1fc924d149b39 /ext
parent32504223a3e645a1684c9b78ba7b5b5d89721206 (diff)
downloadperl-ae21ab7a583996be9282ef39a5a1bcfa2a228633.tar.gz
Bump up the VERSION of Cwd.xs.
p4raw-id: //depot/perl@11222
Diffstat (limited to 'ext')
-rw-r--r--ext/Cwd/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Cwd/Makefile.PL b/ext/Cwd/Makefile.PL
index ed048a3928..1d19218596 100644
--- a/ext/Cwd/Makefile.PL
+++ b/ext/Cwd/Makefile.PL
@@ -1,5 +1,5 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Cwd',
- VERSION => '2.04',
+ VERSION => '2.05',
);