summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2013-12-20 22:55:02 +0100
committerAbigail <abigail@abigail.be>2013-12-20 22:55:02 +0100
commit8a6542892669e70338f76b473a75d868fdca453b (patch)
tree608df6485b41211dbeeecc4e78205851fd24c8e5 /patchlevel.h
parent03057ffb068f24a4b903638065a05ee5f148abe1 (diff)
downloadperl-8a6542892669e70338f76b473a75d868fdca453b.tar.gz
Bump version number from 5.19.7 to 5.19.8.
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 a7e8dac1c4..cfbb03491d 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 19 /* epoch */
-#define PERL_SUBVERSION 7 /* generation */
+#define PERL_SUBVERSION 8 /* 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 7
+#define PERL_API_SUBVERSION 8
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure