diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 10:38:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 10:38:56 +0000 |
commit | 24df1a40d57e6328a6eaa6de938054ac189267ba (patch) | |
tree | 8e6dc81a591f52e79ef772ca9fc8a6e60d126459 /patchlevel.h | |
parent | e7d08fc9fa40c898aeca729ca49cea703fe14aa2 (diff) | |
download | perl-24df1a40d57e6328a6eaa6de938054ac189267ba.tar.gz |
up to v5.5.650
p4raw-id: //depot/perl@5022
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 8d9d284d5f..3c6f5a7c92 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -5,7 +5,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 5 /* epoch */ -#define PERL_SUBVERSION 640 /* generation */ +#define PERL_SUBVERSION 650 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API |