diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
commit | 20a372dd3af0f5514aa5ab9f401ecbfacf31773e (patch) | |
tree | 9b8deb19df5ef33a213d55490fa8cf6a1b7e0096 /win32/makefile.mk | |
parent | b3b1f4cbdf866b01b788f5c540305604818ca3ea (diff) | |
download | perl-20a372dd3af0f5514aa5ab9f401ecbfacf31773e.tar.gz |
Bump the perl version in various places for 5.13.2
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index ad24319acd..7a921e525d 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -39,7 +39,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.13.1 +#INST_VER *= \5.13.2 # # Comment this out if you DON'T want your perl installation to have |