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:
Arnaud Charlet 2014-11-20 16:17:12 +00:00 committed by Arnaud Charlet
parent f3101b311c
commit a6e76bcb09
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

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