diff options
author | Ricardo Signes <rjbs@cpan.org> | 2011-08-20 14:14:51 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2011-08-20 14:57:26 -0400 |
commit | eef7c73e44b9729e36337c65eb4523aeefaba2b9 (patch) | |
tree | 56aa764cfecb14c5777b612876a49644ea22e601 /win32 | |
parent | 4d3492ca676f32fcd47097dcfe8d0e3edfcd0209 (diff) | |
download | perl-eef7c73e44b9729e36337c65eb4523aeefaba2b9.tar.gz |
bump version to 5.12.2 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 1d680c0bab..532f156105 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.1 +#INST_VER = \5.15.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 39a6b585cc..55e0eab8cc 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.15.1 +INST_VER = 5.15.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 ec952a4dd8..5de274d2e1 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.15.1 +#INST_VER *= \5.15.2 # # Comment this out if you DON'T want your perl installation to have |