summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>1998-07-15 00:03:44 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-15 08:27:15 +0000
commit7522fed5983de9fb01258eea70b60840a6a2c756 (patch)
tree4aab58d9a06a801e2c6888c32caef7861554405b /patchlevel.h
parentc16f2413108912acc1226c4ccb6b19c51780a92f (diff)
downloadperl-7522fed5983de9fb01258eea70b60840a6a2c756.tar.gz
up patchlevel to 75 (Beta, Issue 1), add podpatch
Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.004_74] pod/perlop.pod p4raw-id: //depot/perl@1517
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 995c2aa964..e46a9f4b1e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,6 +1,6 @@
#ifndef __PATCHLEVEL_H_INCLUDED__
#define PATCHLEVEL 4
-#define SUBVERSION 74
+#define SUBVERSION 75
/*
local_patches -- list of locally applied less-than-subversion patches.
@@ -39,6 +39,7 @@
*/
static char *local_patches[] = {
NULL
+ ,"DEVEL_BETA_ISSUE_1 - 5.005 Public Beta, Issue 1"
,NULL
};