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 7933c600f05b14f2b15d6b43e2c2044c585b91a0..22e1a42c121869e31d53ce0e0dc1a6983593a6e2 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 6b9fa428293227607e31e8d8e855eac8430fadab..bf509c51b9e91f0b958a3cefc21e1f295772e50f 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;