diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 09:37:26 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 09:37:26 +0000 |
commit | e5a4bac510f9fafa6e02bed759aee3582bb87d6a (patch) | |
tree | 67979668ee773327f5679dbd6b9cd169b5cdecf9 /patchlevel.h | |
parent | a5317591e1223e953379e948a9268bbad4eaa55f (diff) | |
download | perl-e5a4bac510f9fafa6e02bed759aee3582bb87d6a.tar.gz |
regen win32/config*, up version numbers &c.
p4raw-id: //depot/perl@5542
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 5 |
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 }; |