summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-05 09:37:26 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-05 09:37:26 +0000
commite5a4bac510f9fafa6e02bed759aee3582bb87d6a (patch)
tree67979668ee773327f5679dbd6b9cd169b5cdecf9 /patchlevel.h
parenta5317591e1223e953379e948a9268bbad4eaa55f (diff)
downloadperl-e5a4bac510f9fafa6e02bed759aee3582bb87d6a.tar.gz
regen win32/config*, up version numbers &c.
p4raw-id: //depot/perl@5542
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 42347bc621..0b8d9beeda 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -4,8 +4,8 @@
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 5 /* epoch */
-#define PERL_SUBVERSION 670 /* generation */
+#define PERL_VERSION 6 /* epoch */
+#define PERL_SUBVERSION 0 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -70,6 +70,7 @@
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char * __attribute__ ((unused)) local_patches[] = {
NULL
+ , "v5.6.0-RC1"
,NULL
};