diff options
Diffstat (limited to 'gcc/ada/gnatvsn.ads')
-rw-r--r-- | gcc/ada/gnatvsn.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index bbfa9f5..d3678eb 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2021, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -32,7 +32,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 := "11"; + Library_Version : constant String := "12"; -- Library version. It needs to be updated whenever the major version -- number is changed. -- |