diff options
author | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-20 13:04:41 -0400 |
---|---|---|
committer | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-20 13:04:41 -0400 |
commit | f6ca94fbe86ccf0aa44cbcaa60857629a7190732 (patch) | |
tree | 52bc127995693b03741f07056f7659f2ae608e2d /win32/makefile.mk | |
parent | e1bdea9ec27b23189e3456964a31e57132ab8cda (diff) | |
download | perl-f6ca94fbe86ccf0aa44cbcaa60857629a7190732.tar.gz |
Bump the perl version in various places for 5.21.2
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 bfa4e7dbdd..d376a8cff6 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -43,7 +43,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.21.1 +#INST_VER *= \5.21.2 # # Comment this out if you DON'T want your perl installation to have |