diff options
author | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
commit | 0133a0a987380904c32bfbd5a0540fbd2f9a8056 (patch) | |
tree | b3f2ff7140e0f66e87948495a93b803d50986ef4 /win32 | |
parent | 197187307d85001be351b4b2e2b4661e9464bf55 (diff) | |
download | perl-0133a0a987380904c32bfbd5a0540fbd2f9a8056.tar.gz |
Bump the Perl version in various places for 5.17.9
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 416b6ab8b6..203b919211 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -37,7 +37,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.17.8 +#INST_VER = \5.17.9 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 7281a43532..c144fe1967 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -38,7 +38,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.17.8 +#INST_VER *= \5.17.9 # # Comment this out if you DON'T want your perl installation to have |