From: Jan Hubicka Date: Thu, 13 Aug 2020 15:52:45 +0000 (+0200) Subject: Bump LTO version X-Git-Tag: releases/gcc-10.3.0~1038 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a53af3c77e32d692accc0da1f2b021d25613b4;p=thirdparty%2Fgcc.git Bump LTO version * lto-streamer.h (LTO_minor_version): Bump version. --- diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 261e6a9ffa83..4787bb4f0f3e 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -121,7 +121,7 @@ along with GCC; see the file COPYING3. If not see form followed by the data for the string. */ #define LTO_major_version 9 -#define LTO_minor_version 0 +#define LTO_minor_version 1 typedef unsigned char lto_decl_flags_t;