diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
commit | eab084107646a52141d7b67173bd5d1e2453b481 (patch) | |
tree | c1ad3f442458f83eb1cae43895ee8b1d9253cd24 /win32 | |
parent | 8401756a684d88c1d16c50e389620f53b4ac10aa (diff) | |
download | perl-eab084107646a52141d7b67173bd5d1e2453b481.tar.gz |
Bump to 5.11.3
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/Makefile.ce | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile index bf1722a9cb..29e81b4b48 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -37,7 +37,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.11.2 +#INST_VER = \5.11.3 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index ada1e14837..6e1f94c68c 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.11.2 +INST_VER = 5.11.3 # INSTALL_ROOT specifies a path where this perl will be installed on CE device INSTALL_ROOT=/netzwerk/sprache/perl diff --git a/win32/makefile.mk b/win32/makefile.mk index 0f057a8b55..7c2b7ea493 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.11.2 +#INST_VER *= \5.11.3 # # Comment this out if you DON'T want your perl installation to have |