diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-20 19:26:50 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-20 19:26:50 +0000 |
commit | a10fb30157deb421b1f7f7620ce938bae1710b5c (patch) | |
tree | a2034e972283aed19df2c67d2668c90858f9118e /win32 | |
parent | e59986774925a07e1babfa0ec18cd5d7e7159612 (diff) | |
download | perl-a10fb30157deb421b1f7f7620ce938bae1710b5c.tar.gz |
Bump version for 5.21.11 (if that happens)
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 08e440a8f0..62d6ea8bb7 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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.21.10 +#INST_VER = \5.21.11 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index e2e10870fd..5fd10dc671 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -44,7 +44,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.10 +#INST_VER *= \5.21.11 # # Comment this out if you DON'T want your perl installation to have |