summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-08-04 01:11:32 +0000
committerhv <hv@crypt.org>2002-08-04 01:11:32 +0000
commit78a7c709d4434f29685ba4f85f6441dc8f042e3f (patch)
tree252232e65321b44ec3863d69db01ffb823bd327d /win32/Makefile
parent6a0407ee995276fc0b143630fde4e4ee2a060014 (diff)
downloadperl-78a7c709d4434f29685ba4f85f6441dc8f042e3f.tar.gz
Change version from 5.8.0 to 5.9.0.
p4raw-id: //depot/perl@17671
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 0877f4d91b..746beba9d4 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -5,7 +5,7 @@
# MS Platform SDK 64-bit compiler and tools **experimental**
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl58.dll). Also makes individual DLLs for the XS extensions.
+# (perl59.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -431,8 +431,8 @@ $(o).dll:
# makedef.pl must be updated if this changes, and this should normally
# only change when there is an incompatible revision of the public API.
-PERLIMPLIB = ..\perl58.lib
-PERLDLL = ..\perl58.dll
+PERLIMPLIB = ..\perl59.lib
+PERLDLL = ..\perl59.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini