* gnatvsn.ads (Library_Version): Bump to 8. Update comment.
From-SVN: r247220
+2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
+
+ * gnatvsn.ads (Library_Version): Bump to 8. Update comment.
+
2017-04-25 Ed Schonberg <schonberg@adacore.com>
* sem_aux.adb (Nearest_Ancestor): Use original node of type
-- Static string identifying this version, that can be used as an argument
-- to e.g. pragma Ident.
- Library_Version : constant String := "7";
- -- Library version. It needs to be updated whenever the major or
- -- minor version number is changed.
+ Library_Version : constant String := "8";
+ -- Library version. It needs to be updated whenever the major version
+ -- number is changed.
--
-- Note: Makefile.in uses the library version string to construct the
-- soname value.