diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-01-20 17:02:44 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-01-20 17:02:44 -0500 |
commit | f7153aede60d5035b2d416d36bbc0ffb123e6dd2 (patch) | |
tree | b0b5a159e5d253bc03c6bc9276058d6b327b317a /win32 | |
parent | 2265ea2757601e8121a14cffa838ec19b771a382 (diff) | |
download | perl-f7153aede60d5035b2d416d36bbc0ffb123e6dd2.tar.gz |
bump version to 5.19.9!
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 897b91fb63..ace8e59b1a 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.19.8 +#INST_VER = \5.19.9 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 25148d89b8..7bca86c11c 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -43,7 +43,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.19.8 +#INST_VER *= \5.19.9 # # Comment this out if you DON'T want your perl installation to have |