diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:45:27 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:47:37 -0400 |
commit | 4793225fd667d0a11b47389ab86a2661558494da (patch) | |
tree | 8f7a09d4fa9aa4c1fb6f65d2f3a78ce2adfaaa12 /win32/makefile.mk | |
parent | 305702323527d54bf0fb0300cdbd67d7ee5e97c3 (diff) | |
download | perl-4793225fd667d0a11b47389ab86a2661558494da.tar.gz |
Bump the perl version in various places for 5.13.1
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 97f18d372f..7d56063c51 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.0 +#INST_VER *= \5.13.1 # # Comment this out if you DON'T want your perl installation to have |