gnatvsn.ads (Library_Version): Bump to 7.
authorArnaud Charlet <charlet@adacore.com>
Mon, 18 Apr 2016 09:54:17 +0000 (09:54 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 18 Apr 2016 09:54:17 +0000 (11:54 +0200)
        * gnatvsn.ads (Library_Version): Bump to 7.

From-SVN: r235109

gcc/ada/ChangeLog
gcc/ada/gnatvsn.ads

index c9d9ba0..1cbbd4a 100644 (file)
@@ -1,3 +1,7 @@
+2016-04-18  Arnaud Charlet  <charlet@adacore.com>
+
+       * gnatvsn.ads (Library_Version): Bump to 7.
+
 2016-04-18  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_ch6.adb (Analyze_Expression_Function): Set Inlined flag
index 946c140..e3b0ad3 100644 (file)
@@ -38,7 +38,7 @@ package Gnatvsn is
    --  Static string identifying this version, that can be used as an argument
    --  to e.g. pragma Ident.
 
-   Library_Version : constant String := "6";
+   Library_Version : constant String := "7";
    --  Library version. It needs to be updated whenever the major or
    --  minor version number is changed.
    --