diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-20 17:37:26 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-20 17:37:26 +0100 |
commit | 6f25e1962a987d826c8b681523e93873aead085f (patch) | |
tree | dd1f9f71a09314248f24bc537316e34a80dd4400 /win32 | |
parent | 7ef8b31d86b95dbbc3871d6fd7701de095114f6e (diff) | |
download | perl-6f25e1962a987d826c8b681523e93873aead085f.tar.gz |
Bump version for 5.19.12 (not that it's expected to exist...)
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 5467ec130e..2b822fd2ec 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.11 +#INST_VER = \5.19.12 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 47f533b61c..99193a2d12 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.11 +#INST_VER *= \5.19.12 # # Comment this out if you DON'T want your perl installation to have |