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

From-SVN: r222041
This commit is contained in:
Eric Botcazou 2015-04-13 08:20:53 +00:00 committed by Eric Botcazou
parent c5faf03d0d
commit 4fa6a2a079
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-13 Eric Botcazou <ebotcazou@adacore.com>
* gnatvsn.ads (Library_Version): Bump to 6.
2015-04-09 Iain Sandoe <iain@codesourcery.com>
* gcc-interface/Makefile.in (darwin, powerpc): Enable atomics.

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";
Library_Version : constant String := "6";
-- Library version. This value must be updated when the compiler
-- version number Gnat_Static_Version_String is updated.
--