From: Jakub Jelinek Date: Thu, 10 Sep 2020 10:10:52 +0000 (+0200) Subject: * lto-streamer.h (LTO_minor_version): Bump. X-Git-Tag: releases/gcc-10.3.0~927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c926f775c1c5246476101dce4ebdb391b210ec;p=thirdparty%2Fgcc.git * lto-streamer.h (LTO_minor_version): Bump. --- diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index da91afdf7c29..4e08a2f417d1 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 1 +#define LTO_minor_version 2 typedef unsigned char lto_decl_flags_t;