mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-21 01:55:15 +08:00
re PR ada/63931 (Ada libraries use 5.0 as LIB_VERSION)
PR ada/63931 * gnatvsn.ads (Library_Version): Switch to "5". From-SVN: r217884
This commit is contained in:
parent
f3101b311c
commit
a6e76bcb09
@ -1,3 +1,8 @@
|
||||
2014-11-20 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
PR ada/63931
|
||||
* gnatvsn.ads (Library_Version): Switch to "5".
|
||||
|
||||
2014-11-20 Thomas Quinot <quinot@adacore.com>
|
||||
|
||||
* freeze.adb (Freeze_Entity): Do not reset Is_True_Constant
|
||||
|
@ -82,7 +82,7 @@ package Gnatvsn is
|
||||
-- Prefix generated by binder. If it is changed, be sure to change
|
||||
-- GNAT.Compiler_Version.Ver_Prefix as well.
|
||||
|
||||
Library_Version : constant String := "5.0";
|
||||
Library_Version : constant String := "5";
|
||||
-- Library version. This value must be updated when the compiler
|
||||
-- version number Gnat_Static_Version_String is updated.
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user