diff options
author | Abigail <abigail@abigail.be> | 2013-12-20 22:55:02 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2013-12-20 22:55:02 +0100 |
commit | 8a6542892669e70338f76b473a75d868fdca453b (patch) | |
tree | 608df6485b41211dbeeecc4e78205851fd24c8e5 /win32 | |
parent | 03057ffb068f24a4b903638065a05ee5f148abe1 (diff) | |
download | perl-8a6542892669e70338f76b473a75d868fdca453b.tar.gz |
Bump version number from 5.19.7 to 5.19.8.
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 a7c359b2c2..c8aaea2b8c 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.7 +#INST_VER = \5.19.8 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 4f99c95c10..c077544695 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.7 +#INST_VER *= \5.19.8 # # Comment this out if you DON'T want your perl installation to have |