]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lto-streamer.h (LTO_minor_version): Bump.
authorJakub Jelinek <jakub@redhat.com>
Thu, 10 Sep 2020 10:10:52 +0000 (12:10 +0200)
committerJakub Jelinek <jakub@redhat.com>
Fri, 11 Sep 2020 07:46:33 +0000 (09:46 +0200)
gcc/lto-streamer.h

index da91afdf7c29b9cdabd217686230b65623f1b2a7..4e08a2f417d1e43276b126372ad24c0b57963b6a 100644 (file)
@@ -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;