diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
commit | 37a44ba6c2566fc801b72129645914261a7af2df (patch) | |
tree | 90a0dc1c25332cc1a0a726b80533a66e058df3d0 /win32 | |
parent | 09f4604ff4756995eb39f423365303d8aa104696 (diff) | |
download | perl-37a44ba6c2566fc801b72129645914261a7af2df.tar.gz |
Bump version for 5.19.5
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 39d01c12ea..55fd92015f 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.19.4 +#INST_VER = \5.19.5 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 7cf7b48130..adac20e025 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.19.4 +#INST_VER *= \5.19.5 # # Comment this out if you DON'T want your perl installation to have |