diff options
author | Max Maischein <corion@corion.net> | 2021-05-22 23:32:36 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2021-05-23 01:00:19 +0200 |
commit | c0a42e20387e41e3cf254c50d27e21f1291ef970 (patch) | |
tree | fce4b4b799f82da2c5ff4385aa56d4f7b3771a16 /win32/Makefile | |
parent | 47ee1e48dc130466ab32a88f492de8316d8368b3 (diff) | |
download | perl-c0a42e20387e41e3cf254c50d27e21f1291ef970.tar.gz |
Bump the perl version in various places for 5.35.1
Ideally, this would've been done earlier in the process of
developing 5.35, but here we are
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 8f7b8bcc5b..545b742e47 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.35.0 +#INST_VER = \5.35.1 # # Comment this out if you DON'T want your perl installation to have |