Fixing version number according to new GCC naming scheme.
PR ada/63931
* gnatvsn.ads (Library_Version): Switch to "5".
Index: gnatvsn.ads
===================================================================
--- gnatvsn.ads (revision 217874)
+++ gnatvsn.ads (working copy)
@@ -82,7 +82,7 @@
-- 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.
--