summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-08-02 05:54:00 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-08-02 05:54:00 +0000
commitbd869e3a5834bd5d26dd079fef07f5c567f6ca97 (patch)
tree113e38845f7d47da8e87281691b4f388ed9c2c41 /patchlevel.h
parenta245ea2dae7bd663a3604c1eaa354b6ee6780707 (diff)
downloadperl-bd869e3a5834bd5d26dd079fef07f5c567f6ca97.tar.gz
up patchlevel to 5.005_02
p4raw-id: //depot/maint-5.005/perl@1700
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 135eeabb68..57f0d893e2 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,7 +1,7 @@
#ifndef __PATCHLEVEL_H_INCLUDED__
#define PATCHLEVEL 5
#undef SUBVERSION /* OS/390 has a SUBVERSION in a system header */
-#define SUBVERSION 1
+#define SUBVERSION 2
/*
local_patches -- list of locally applied less-than-subversion patches.
@@ -40,6 +40,7 @@
*/
static char *local_patches[] = {
NULL
+ ,"TRIAL1 - nearly 5.005_02, **for testing purposes only**"
,NULL
};