From 6f25e1962a987d826c8b681523e93873aead085f Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sun, 20 Apr 2014 17:37:26 +0100 Subject: Bump version for 5.19.12 (not that it's expected to exist...) --- patchlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patchlevel.h') 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 -- cgit v1.2.1