diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2020-10-20 23:06:01 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2020-10-20 23:06:01 +0100 |
commit | 6e108cde6478b695c537f8d9cb614344fb66e6a1 (patch) | |
tree | fc0bfc9d3c0a7a37437ae3e4b1b1056df456e685 /win32 | |
parent | 5b68d8ffd1e937780890a1a7b3e20c6f4070c322 (diff) | |
download | perl-6e108cde6478b695c537f8d9cb614344fb66e6a1.tar.gz |
Bump version to 5.33.4
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 f670b96dca..8dfe0cf02c 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.3 +#INST_VER := \5.33.4 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index eca0505364..000462b624 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.3 +#INST_VER = \5.33.4 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index edae4d04f8..a3b3bf6649 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.3 +#INST_VER *= \5.33.4 # # Comment this out if you DON'T want your perl installation to have |