summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-22 09:12:26 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-22 09:12:26 +0000
commit54e3afc441abba8883475ac072142d63faf42876 (patch)
tree6e4f52efc92d47ae33806a021a94a36f6ce1acec /patchlevel.h
parent3bf5f72bdd6c5887346607826f60a66570c79c4a (diff)
downloadperl-54e3afc441abba8883475ac072142d63faf42876.tar.gz
up patchlevel etc (only doc patching from now on, testing in progress)
p4raw-id: //depot/perl@1638
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/patchlevel.h b/patchlevel.h
index bc24229bbe..21d19a8987 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,6 +1,6 @@
#ifndef __PATCHLEVEL_H_INCLUDED__
-#define PATCHLEVEL 4
-#define SUBVERSION 76
+#define PATCHLEVEL 5
+#define SUBVERSION 0
/*
local_patches -- list of locally applied less-than-subversion patches.
@@ -39,7 +39,7 @@
*/
static char *local_patches[] = {
NULL
- ,"DEVEL_BETA_ISSUE_2 - 5.005 Public Beta, Issue 2"
+ ,"MAYBE - 5.005, but not just yet"
,NULL
};