gnatvsn.ads (Library_Version): Bump to 7.

* gnatvsn.ads (Library_Version): Bump to 7.

From-SVN: r235109
This commit is contained in:
Arnaud Charlet 2016-04-18 09:54:17 +00:00 committed by Arnaud Charlet
parent 88fa9a245c
commit a86c18d9fa
2 changed files with 5 additions and 1 deletions

View 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

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