gnatvsn.ads (Library_Version): Bump to 8.

* gnatvsn.ads (Library_Version): Bump to 8. Update comment.

From-SVN: r247220
This commit is contained in:
Arnaud Charlet 2017-04-25 15:02:18 +02:00 committed by Arnaud Charlet
parent e7c2522905
commit daad20d682
2 changed files with 7 additions and 3 deletions

View 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

View 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.