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 | |
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')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index f7eda74ed6..bd880e02e7 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -31,7 +31,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 |