summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-07-20 16:37:46 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-07-20 16:37:46 +0100
commit1105b185f998721439b2fb8634b97ee0d3ae8913 (patch)
tree1a018257a0e3ab26a6b45860eb409e4a8881a580 /patchlevel.h
parent373fec1e86c8a7c03302b39e1a3063957aedd5bb (diff)
downloadperl-1105b185f998721439b2fb8634b97ee0d3ae8913.tar.gz
Bump version to 5.29.2
(including regen\opcode.pl)
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 56294dd298..ad42cac0f6 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 29 /* 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 29
-#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