diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-20 14:37:14 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-20 14:37:14 +0000 |
commit | 13796ecdc4344226ccb17819eaa5b15d26149a86 (patch) | |
tree | 44292328b47fc8230a58848025f485aedacc23e6 /win32 | |
parent | 9946686ee0b3ada8e0512262416bb5150e0e0108 (diff) | |
download | perl-13796ecdc4344226ccb17819eaa5b15d26149a86.tar.gz |
Bump the perl version in various places for v5.13.7
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 0c1ac8e28f..be3901708f 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.13.6 +#INST_VER = \5.13.7 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 120323dfb2..bcfb7a707f 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.13.6 +INST_VER = 5.13.7 # 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 4257d92fe0..d4f1a09415 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.6 +#INST_VER *= \5.13.7 # # Comment this out if you DON'T want your perl installation to have |