lto-streamer.h (LTO_minor_version): Bump to 2.
authorRichard Biener <rguenther@suse.de>
Mon, 7 Jan 2013 15:28:14 +0000 (15:28 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 7 Jan 2013 15:28:14 +0000 (15:28 +0000)
2013-01-07  Richard Biener  <rguenther@suse.de>

* lto-streamer.h (LTO_minor_version): Bump to 2.

From-SVN: r194973

gcc/ChangeLog
gcc/lto-streamer.h

index 7933c60..22e1a42 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-07  Richard Biener  <rguenther@suse.de>
+
+       * lto-streamer.h (LTO_minor_version): Bump to 2.
+
 2013-01-07  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/aarch64/aarch64-protos.h
index 6b9fa42..bf509c5 100644 (file)
@@ -141,7 +141,7 @@ along with GCC; see the file COPYING3.  If not see
 #define LTO_SECTION_NAME_PREFIX         ".gnu.lto_"
 
 #define LTO_major_version 2
-#define LTO_minor_version 1
+#define LTO_minor_version 2
 
 typedef unsigned char  lto_decl_flags_t;