gnatvsn.ads (Library_Version): Bump to version 4.2
* gnatvsn.ads (Library_Version): Bump to version 4.2 (ASIS_Version_Number): Bumped. From-SVN: r108281
This commit is contained in:
parent
891c05b102
commit
9d0aa6abaf
@ -74,7 +74,7 @@ package Gnatvsn is
|
|||||||
-- value should never be decreased in the future, but it would be
|
-- value should never be decreased in the future, but it would be
|
||||||
-- OK to increase it if absolutely necessary.
|
-- OK to increase it if absolutely necessary.
|
||||||
|
|
||||||
Library_Version : constant String := "4.1";
|
Library_Version : constant String := "4.2";
|
||||||
-- Library version. This value must be updated whenever any change to the
|
-- Library version. This value must be updated whenever any change to the
|
||||||
-- compiler affects the library formats in such a way as to obsolete
|
-- compiler affects the library formats in such a way as to obsolete
|
||||||
-- previously compiled library modules.
|
-- previously compiled library modules.
|
||||||
@ -85,7 +85,7 @@ package Gnatvsn is
|
|||||||
Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;
|
Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;
|
||||||
-- Version string stored in e.g. ALI files.
|
-- Version string stored in e.g. ALI files.
|
||||||
|
|
||||||
ASIS_Version_Number : constant := 4;
|
ASIS_Version_Number : constant := 5;
|
||||||
-- ASIS Version. This is used to check for consistency between the compiler
|
-- ASIS Version. This is used to check for consistency between the compiler
|
||||||
-- used to generate trees, and an ASIS application that is reading the
|
-- used to generate trees, and an ASIS application that is reading the
|
||||||
-- trees. It must be updated (incremented) whenever a change is made to
|
-- trees. It must be updated (incremented) whenever a change is made to
|
||||||
|
Loading…
Reference in New Issue
Block a user