Commit a6e76bcb by Arnaud Charlet Committed by Arnaud Charlet

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
parent f3101b31
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> 2014-11-20 Thomas Quinot <quinot@adacore.com>
* freeze.adb (Freeze_Entity): Do not reset Is_True_Constant * freeze.adb (Freeze_Entity): Do not reset Is_True_Constant
......
...@@ -82,7 +82,7 @@ package Gnatvsn is ...@@ -82,7 +82,7 @@ package Gnatvsn is
-- Prefix generated by binder. If it is changed, be sure to change -- Prefix generated by binder. If it is changed, be sure to change
-- GNAT.Compiler_Version.Ver_Prefix as well. -- 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 -- Library version. This value must be updated when the compiler
-- version number Gnat_Static_Version_String is updated. -- version number Gnat_Static_Version_String is updated.
-- --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment