diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-07-20 16:03:51 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-07-20 16:03:51 -0400 |
commit | 430812d753cb6126658aa5764d72c857935e7552 (patch) | |
tree | 0b90373f4fd356a23e5a1760e9b42c82a368b905 /win32 | |
parent | cf73cedaf40b99f39f3b4c5d0fa1aa0f125c73e3 (diff) | |
download | perl-430812d753cb6126658aa5764d72c857935e7552.tar.gz |
Bump version to 5.23.2
Diffstat (limited to 'win32')
-rw-r--r-- | win32/GNUmakefile | 2 | ||||
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 16c12ccbf3..4f496c90ef 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -66,7 +66,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.23.1 +#INST_VER := \5.23.2 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index ffefc229d8..0b77b2c558 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.23.1 +#INST_VER = \5.23.2 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index f41871eac0..48f34bbc89 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.23.1 +#INST_VER *= \5.23.2 # # Comment this out if you DON'T want your perl installation to have |