]> gcc.gnu.org Git - gcc.git/commitdiff
gnatvsn.ads (Library_Version): Bump to 8.
authorArnaud Charlet <charlet@adacore.com>
Tue, 25 Apr 2017 13:02:18 +0000 (15:02 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 25 Apr 2017 13:02:18 +0000 (15:02 +0200)
* gnatvsn.ads (Library_Version): Bump to 8. Update comment.

From-SVN: r247220

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

index 158542ccb1f8fcf9971181e535fa0163ca0337cb..6a5b6fae99122f060f7e11dfe50b9ef1f02f3ebc 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
+
+       * gnatvsn.ads (Library_Version): Bump to 8. Update comment.
+
 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_aux.adb (Nearest_Ancestor): Use original node of type
index 561ec445e1262f321a50b02f392cc2ea4f65f395..61b0bc47e0c481e69f69c7acaeb252e27980add5 100644 (file)
@@ -38,9 +38,9 @@ package Gnatvsn is
    --  Static string identifying this version, that can be used as an argument
    --  to e.g. pragma Ident.
 
-   Library_Version : constant String := "7";
-   --  Library version. It needs to be updated whenever the major or
-   --  minor version number is changed.
+   Library_Version : constant String := "8";
+   --  Library version. It needs to be updated whenever the major version
+   --  number is changed.
    --
    --  Note: Makefile.in uses the library version string to construct the
    --  soname value.
This page took 0.069383 seconds and 5 git commands to generate.