diff options
author | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2013-07-22 09:05:44 +0200 |
---|---|---|
committer | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2013-07-22 09:05:44 +0200 |
commit | d6cc0c68b00c20b0e8eff967bb07ba7ca88eb5f2 (patch) | |
tree | 07254c08f4330183b15afa0e49848f079ec10d0a /patchlevel.h | |
parent | 12dcbffb02cbf8cbb4743384cfc4a23fa5f8836b (diff) | |
download | perl-d6cc0c68b00c20b0e8eff967bb07ba7ca88eb5f2.tar.gz |
bump version to v5.19.3
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 1bfcf3732e..6444c84513 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 19 /* epoch */ -#define PERL_SUBVERSION 2 /* generation */ +#define PERL_SUBVERSION 3 /* 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 2 +#define PERL_API_SUBVERSION 3 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |