diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-13 13:12:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-13 13:12:01 +0000 |
commit | 3e9bebd5e3537348bf6b698defecf0de0d19dde7 (patch) | |
tree | 831a5879c2d710b3964c179034de03ff3b651f7a /win32/makefile.mk | |
parent | 585d6f80b8630ecf9970a4cad2f7e024da6b9a08 (diff) | |
download | perl-3e9bebd5e3537348bf6b698defecf0de0d19dde7.tar.gz |
Bump the version to 5.7.2.
p4raw-id: //depot/perl@11354
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 86d8687dc6..7a30552ad3 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.1 +INST_VER *= \5.7.2 # # Comment this out if you DON'T want your perl installation to have |