diff mbox series

[gcc-11,pushed] LTO: bump minor version

Message ID d0caa02d-c575-95a7-c9bd-269869c9424f@suse.cz
State New
Headers show
Series [gcc-11,pushed] LTO: bump minor version | expand

Commit Message

Martin Liška Aug. 16, 2021, 11:03 a.m. UTC
Bump the LTO_minor_version due to changes in 52f0aa4dee8401ef3958dbf789780b0ee877beab

	PR c/100150

gcc/ChangeLog:

	* lto-streamer.h (LTO_minor_version): Bump.
---
  gcc/lto-streamer.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 7a7be80dab8..a01049da472 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 11
-#define LTO_minor_version 0
+#define LTO_minor_version 1
  
  typedef unsigned char	lto_decl_flags_t;