]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump version to 11.
authorMartin Liska <mliska@suse.cz>
Wed, 27 May 2020 09:38:41 +0000 (11:38 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 27 May 2020 09:42:32 +0000 (11:42 +0200)
gcc/ada/ChangeLog:

* gnatvsn.ads: Bump Library_Version to 11.

gcc/ada/gnatvsn.ads

index f80d6cef0102bdce0fbb365ab617ddefd9951803..aacbc22846004dc92e262b37ddeaab2c74d3138e 100644 (file)
@@ -38,7 +38,7 @@ package Gnatvsn is
    --  Static string identifying this version, that can be used as an argument
    --  to e.g. pragma Ident.
 
-   Library_Version : constant String := "10";
+   Library_Version : constant String := "11";
    --  Library version. It needs to be updated whenever the major version
    --  number is changed.
    --