From: Malcolm Beattie <mbeattie@sable.ox.ac.uk>
Date: Wed, 25 Feb 1998 15:34:48 +0000 (+0000)
Subject: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=252aaa99f59e027e0db4a41b048793d272c20d50;p=p5sagit%2Fp5-mst-13.2.git

Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.

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

diff --git a/global.sym b/global.sym
index d0f5f0b..f1d8c22 100644
--- a/global.sym
+++ b/global.sym
@@ -29,7 +29,6 @@ eq_amg
 exp_amg
 expectterm
 fallback_amg
-find_threadsv
 fold
 fold_locale
 freq
@@ -306,6 +305,7 @@ fetch_io
 filter_add
 filter_del
 filter_read
+find_threadsv
 fold_constants
 force_ident
 force_list
diff --git a/patchlevel.h b/patchlevel.h
index fceaa3f..1fe5ee8 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,5 +1,5 @@
 #define PATCHLEVEL 4
-#define SUBVERSION 60
+#define SUBVERSION 61
 
 /*
 	local_patches -- list of locally applied less-than-subversion patches.