From 09304ef4a8c0e8cbb9430d1a442ac32d8ec7055b Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 25 Apr 2018 08:14:36 +0000 Subject: [PATCH] lto-streamer.h (LTO_major_version): Bump to 8. 2018-04-25 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 8. From-SVN: r259638 --- gcc/ChangeLog | 4 ++++ gcc/lto-streamer.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63f93123469..24b5896c0ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-25 Richard Biener + + * lto-streamer.h (LTO_major_version): Bump to 8. + 2018-04-25 Jakub Jelinek * BASE-VER: Set to 9.0.0. diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index d5873f7dabf..d2006fad0ad 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -120,7 +120,7 @@ along with GCC; see the file COPYING3. If not see String are represented in the table as pairs, a length in ULEB128 form followed by the data for the string. */ -#define LTO_major_version 7 +#define LTO_major_version 8 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t; -- 2.30.2