diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
commit | 4eeeaff6ef21db94b76b8e8b5acd5213781c1c82 (patch) | |
tree | c59df6501618e6bd504466ef6773f1599df1c152 /win32/makefile.mk | |
parent | 270d01deff14e4ea748c5bb85eedf866008d06f7 (diff) | |
download | perl-4eeeaff6ef21db94b76b8e8b5acd5213781c1c82.tar.gz |
Bump the version number to 5.11.0
p4raw-id: //depot/perl@32646
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 37c1cca288..7c12979477 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -34,7 +34,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.10.0 +#INST_VER *= \5.11.0 # # Comment this out if you DON'T want your perl installation to have |