diff options
author | David Golden <xdg@xdg.me> | 2015-12-21 18:17:43 -0500 |
---|---|---|
committer | David Golden <xdg@xdg.me> | 2015-12-21 18:37:59 -0500 |
commit | 5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94 (patch) | |
tree | b412cc3d0da09175373266be3166d4214d9dd56c /win32 | |
parent | 054383b68b08969d7ce97cc1030c0c06dd05d05a (diff) | |
download | perl-5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94.tar.gz |
Bump the perl version in various places for 5.23.7
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 8eb0f5aef6..cd2107e6a2 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.6 +#INST_VER := \5.23.7 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index fe186d11a6..b2fb8f54fd 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.6 +#INST_VER = \5.23.7 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index be2927350a..ee92417e23 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.6 +#INST_VER *= \5.23.7 # # Comment this out if you DON'T want your perl installation to have |