Commit 8bead36a by Arnaud Charlet Committed by Arnaud Charlet

* gnatvsn.ads: Update comments.

From-SVN: r165940
parent f2acf80c
2010-10-26 Arnaud Charlet <charlet@adacore.com>
* gnatvsn.ads: Update comments.
2010-10-26 Matthew Heaney <heaney@adacore.com> 2010-10-26 Matthew Heaney <heaney@adacore.com>
* Makefile.rtl, impunit.adb: Add bounded hashed set and bounded hashed * Makefile.rtl, impunit.adb: Add bounded hashed set and bounded hashed
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
-- -- -- --
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
-- This package spec exports version information for GNAT, GNATBIND and -- This package spec holds version information for the GNAT tools.
-- GNATMAKE. -- It is updated whenever the release number is changed.
package Gnatvsn is package Gnatvsn is
...@@ -75,22 +75,22 @@ package Gnatvsn is ...@@ -75,22 +75,22 @@ package Gnatvsn is
-- other version of GNAT. This is used by the binder to establish -- other version of GNAT. This is used by the binder to establish
-- space to store any possible version string value for checks. This -- space to store any possible version string value for checks. This
-- 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. If it is increased,
-- be sure to increase GNAT.Compiler.Version.Ver_Len_Max as well.
Ver_Prefix : constant String := "GNAT Version: "; Ver_Prefix : constant String := "GNAT Version: ";
-- 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 := "4.6"; Library_Version : constant String := "4.6";
-- Library version. This value must be updated whenever any change to the -- Library version. This value must be updated when the compiler
-- compiler affects the library formats in such a way as to obsolete -- version number Gnat_Static_Version_String is updated.
-- previously compiled library modules.
-- --
-- Note: Makefile.in relies on the precise format of the library version -- Note: Makefile.in uses the library version string to construct the
-- string in order to correctly construct the soname value. -- soname value.
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
Current_Year : constant String := "2010"; Current_Year : constant String := "2010";
-- Used in printing copyright messages -- Used in printing copyright messages
......
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