summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2013-06-20 22:14:02 -0400
committerDavid Golden <dagolden@cpan.org>2013-06-20 22:14:02 -0400
commit93a90a483db0bb0f54a3c8bbfc1a19a7b7df57dd (patch)
treeb658b16305b13f7800c5762d9eff7989033f7939 /patchlevel.h
parent38663f11700d59590597a2cbe616e6709933ffa8 (diff)
downloadperl-93a90a483db0bb0f54a3c8bbfc1a19a7b7df57dd.tar.gz
bump version to v5.19.2
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index ccae4619af..1bfcf3732e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 19 /* epoch */
-#define PERL_SUBVERSION 1 /* generation */
+#define PERL_SUBVERSION 2 /* 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 1
+#define PERL_API_SUBVERSION 2
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure