diff options
author | Stevan Little <stevan.little@iinteractive.com> | 2011-09-19 17:14:52 -0400 |
---|---|---|
committer | Stevan Little <stevan.little@iinteractive.com> | 2011-09-20 11:30:55 -0400 |
commit | 9d254dcaf7d61fc8866c7e664d796dde791a59f5 (patch) | |
tree | 82254ec9a248c0b058777d6265fd35aaa712c202 /win32 | |
parent | 1d5a17e366822d02fe576f8abf6406cdbf5ec0c1 (diff) | |
download | perl-9d254dcaf7d61fc8866c7e664d796dde791a59f5.tar.gz |
bump version to 5.15.3 using Porting/bump-perl-version
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 8325689fa5..15e5de5008 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.15.2 +#INST_VER = \5.15.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 e81dd3a894..b219ae6f58 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.15.2 +INST_VER = 5.15.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 8dec075660..424157bd95 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -38,7 +38,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.15.2 +#INST_VER *= \5.15.3 # # Comment this out if you DON'T want your perl installation to have |