From e8c926f775c1c5246476101dce4ebdb391b210ec Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 10 Sep 2020 12:10:52 +0200 Subject: [PATCH] * lto-streamer.h (LTO_minor_version): Bump. --- gcc/lto-streamer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2