From: Richard Biener Date: Wed, 25 Apr 2018 08:14:36 +0000 (+0000) Subject: lto-streamer.h (LTO_major_version): Bump to 8. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09304ef4a8c0e8cbb9430d1a442ac32d8ec7055b;p=gcc.git 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 --- 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;