diff options
author | Abigail <abigail@abigail.be> | 1998-07-15 00:03:44 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-15 08:27:15 +0000 |
commit | 7522fed5983de9fb01258eea70b60840a6a2c756 (patch) | |
tree | 4aab58d9a06a801e2c6888c32caef7861554405b /patchlevel.h | |
parent | c16f2413108912acc1226c4ccb6b19c51780a92f (diff) | |
download | perl-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.h | 3 |
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 }; |