summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-21 03:38:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 03:38:16 +0000
commitbd33893bc6ffe293913e03e5867d7d9c6dbc7405 (patch)
tree04731e8dad7b6f5fbc7bcd791a5dcd2e8f96401c /patchlevel.h
parentf86cebdf4bf70402819a0aa8a00fe9714274e586 (diff)
downloadperl-bd33893bc6ffe293913e03e5867d7d9c6dbc7405.tar.gz
update patchlevel, Changes
p4raw-id: //depot/perl@1591
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 6c584bbed9..bc24229bbe 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,6 +1,6 @@
#ifndef __PATCHLEVEL_H_INCLUDED__
#define PATCHLEVEL 4
-#define SUBVERSION 75
+#define SUBVERSION 76
/*
local_patches -- list of locally applied less-than-subversion patches.
@@ -39,8 +39,7 @@
*/
static char *local_patches[] = {
NULL
- ,"DEVEL_BETA_ISSUE_1 - 5.005 Public Beta, Issue 1"
- ,"PL_ prefix on vars"
+ ,"DEVEL_BETA_ISSUE_2 - 5.005 Public Beta, Issue 2"
,NULL
};