diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-30 00:28:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-30 00:28:55 +0000 |
commit | 041b774345efbca4380b50a1282029ce2362c5a0 (patch) | |
tree | 86df94e144fdbc708d2d58106cf1140a6f302d5c /win32/makefile.mk | |
parent | 87cfc387a12aa6d69540adfec3c0fdfbcea8ac7c (diff) | |
download | perl-041b774345efbca4380b50a1282029ce2362c5a0.tar.gz |
patchlevel up to 54
p4raw-id: //depot/perl@2405
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 3eedf1edb2..56f17ea77c 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -33,7 +33,7 @@ INST_TOP *= $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER *= \5.00553 +INST_VER *= \5.00554 # # uncomment to enable threads-capabilities |