diff options
author | Tom Hukins <tom@eborcom.com> | 2020-11-20 16:59:27 +0000 |
---|---|---|
committer | Tom Hukins <tom@eborcom.com> | 2020-11-20 16:59:27 +0000 |
commit | 790f2f66dd0f9e8678a5f5129f984aa0d5baf08c (patch) | |
tree | 281a0f6a403c0682292374334b27582cf0a1a530 /win32 | |
parent | d228bb8b1a0e9253424611b56243c555886bc9e8 (diff) | |
download | perl-790f2f66dd0f9e8678a5f5129f984aa0d5baf08c.tar.gz |
Bump version to 5.33.5
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 3d111396cd..7c45d00e25 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -64,7 +64,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.33.4 +#INST_VER := \5.33.5 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index 091a6b3f70..ecbfd7a819 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.33.4 +#INST_VER = \5.33.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 188fe317e4..d9d90c6654 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -45,7 +45,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.33.4 +#INST_VER *= \5.33.5 # # Comment this out if you DON'T want your perl installation to have |