diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-20 09:15:02 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-20 09:15:02 -0400 |
commit | 483394c85ff7a2176750ef684131581da42b6e20 (patch) | |
tree | 2c3058c4b39835b254d5f1d7f8add6075179ddda /patchlevel.h | |
parent | e285f503300a228c3a182c003fae51c7e73c16c3 (diff) | |
download | perl-483394c85ff7a2176750ef684131581da42b6e20.tar.gz |
bump version to 5.19.1
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index 1ec92034b3..ccae4619af 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 19 /* epoch */ -#define PERL_SUBVERSION 0 /* generation */ +#define PERL_SUBVERSION 1 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -36,7 +36,7 @@ */ #define PERL_API_REVISION 5 #define PERL_API_VERSION 19 -#define PERL_API_SUBVERSION 0 +#define PERL_API_SUBVERSION 1 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |