diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 12:09:52 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 12:09:52 +0000 |
commit | c4d53692ec3f5043ce8674b81e269a38ca79e2e8 (patch) | |
tree | dac31b3f2a3c877fa42dd28884c8e9a849f63c79 /win32/makefile.mk | |
parent | 4d8076ea25903dcb0d44fd52eda7914327bc8758 (diff) | |
download | perl-c4d53692ec3f5043ce8674b81e269a38ca79e2e8.tar.gz |
update win32/config* stuff, Changes
p4raw-id: //depot/perl@2944
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 dab54d643b..127e1590d4 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.00554 +INST_VER *= \5.00555 # # uncomment to enable threads-capabilities |