diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-07 22:01:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-07 22:01:23 +0000 |
commit | f9c842c52d3c09cf3ff665b3f7cbbf7ff4ba6db5 (patch) | |
tree | a8bf1712608e3b80c9b652b505d7d04ed87b62a7 /win32/makefile.mk | |
parent | 65db47215523af11c8787049ce2d448171db15a0 (diff) | |
download | perl-f9c842c52d3c09cf3ff665b3f7cbbf7ff4ba6db5.tar.gz |
Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
to forget it later; do not change patchlevel.h yet or regenerate
Configure yet.
p4raw-id: //depot/perl@9617
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 25ec97de56..bac977a019 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.7.0 +INST_VER *= \5.7.1 # # Comment this out if you DON'T want your perl installation to have |