summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-04-20 17:37:26 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-04-20 17:37:26 +0100
commit6f25e1962a987d826c8b681523e93873aead085f (patch)
treedd1f9f71a09314248f24bc537316e34a80dd4400 /patchlevel.h
parent7ef8b31d86b95dbbc3871d6fd7701de095114f6e (diff)
downloadperl-6f25e1962a987d826c8b681523e93873aead085f.tar.gz
Bump version for 5.19.12 (not that it's expected to exist...)
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 eefd86f167..6567b2fd5a 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 19 /* epoch */
-#define PERL_SUBVERSION 11 /* generation */
+#define PERL_SUBVERSION 12 /* 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 11
+#define PERL_API_SUBVERSION 12
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure