From: Gurusamy Sarathy <gsar@cpan.org>
Date: Mon, 6 Jul 1998 09:06:33 +0000 (+0000)
Subject: 5.004_70 tweaks
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b2be3f5f34332fef99b1d1356013042218c181f;p=p5sagit%2Fp5-mst-13.2.git

5.004_70 tweaks

p4raw-id: //depot/perl@1336
---

diff --git a/Changes b/Changes
index f6167f1..341a40b 100644
--- a/Changes
+++ b/Changes
@@ -69,6 +69,11 @@ Version 5.004_70        Developer release working toward 5.005
 ----------------
 
 ____________________________________________________________________________
+[  1335] By: gsar                                  on 1998/07/06  07:05:37
+        Log: update Changes
+     Branch: perl
+           ! Changes pod/perldiag.pod
+____________________________________________________________________________
 [  1334] By: gsar                                  on 1998/07/06  06:41:17
         Log: allow eval-groups in patterns only if they C<use re 'eval';>
      Branch: perl
diff --git a/win32/Makefile b/win32/Makefile
index 715e496..a33a2ba 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -25,7 +25,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	= \~VERSION~
+INST_VER	= \5.00470
 
 #
 # uncomment to enable threads-capabilities
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 87c0e6f..548611f 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -29,7 +29,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	*= \~VERSION~
+INST_VER	*= \5.00470
 
 #
 # uncomment to enable threads-capabilities