diff options
author | Leon Brocard <acme@astray.com> | 2009-11-18 17:19:20 +0000 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-11-18 17:19:20 +0000 |
commit | f80e964fac6f1e3cb66e1c5f3b4459e9f651a3e1 (patch) | |
tree | ba9744d9c7fa2c21b4464bac1ba8734d467043b8 /win32 | |
parent | 7d5ce19f132a0e6f57b7322ef65d83ebd308521e (diff) | |
download | perl-f80e964fac6f1e3cb66e1c5f3b4459e9f651a3e1.tar.gz |
Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hardcoded
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 af921d2469..11f33c3e98 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -32,7 +32,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.1 +#INST_VER = \5.11.2 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 211a97e54a..1caf6c2728 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.11.1 +INST_VER = 5.11.2 # 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 a3924729d1..6bb6ad0188 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.11.1 +#INST_VER *= \5.11.2 # # Comment this out if you DON'T want your perl installation to have |