Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9d00840d
Commit
9d00840d
authored
Apr 07, 2009
by
Arnaud Charlet
Committed by
Arnaud Charlet
Apr 07, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnatvsn.ads: Bump version number.
From-SVN: r145671
parent
5f143024
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ada/ChangeLog
+4
-0
gcc/ada/gnatvsn.ads
+3
-3
No files found.
gcc/ada/ChangeLog
View file @
9d00840d
2009
-
04
-
07
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
gnatvsn
.
ads
:
Bump
version
number
.
2009
-
04
-
07
Thomas
Quinot
<
quinot
@
adacore
.
com
>
2009
-
04
-
07
Thomas
Quinot
<
quinot
@
adacore
.
com
>
*
exp_ch3
.
adb
:
Minor
rewording
(
comments
)
*
exp_ch3
.
adb
:
Minor
rewording
(
comments
)
gcc/ada/gnatvsn.ads
View file @
9d00840d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
--
--
--
--
--
S
p
e
c
--
--
S
p
e
c
--
--
--
--
--
--
Copyright
(
C
)
1992
-
200
8
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1992
-
200
9
Free
Software
Foundation
,
Inc
.
--
--
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
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
-
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
@@ -79,7 +79,7 @@ package Gnatvsn is
...
@@ -79,7 +79,7 @@ package Gnatvsn is
--
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
.
Library_Version
:
constant
String
:=
"4.
4
"
;
Library_Version
:
constant
String
:=
"4.
5
"
;
--
Library
version
.
This
value
must
be
updated
whenever
any
change
to
the
--
Library
version
.
This
value
must
be
updated
whenever
any
change
to
the
--
compiler
affects
the
library
formats
in
such
a
way
as
to
obsolete
--
compiler
affects
the
library
formats
in
such
a
way
as
to
obsolete
--
previously
compiled
library
modules
.
--
previously
compiled
library
modules
.
...
@@ -90,7 +90,7 @@ package Gnatvsn is
...
@@ -90,7 +90,7 @@ package Gnatvsn is
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
:=
"200
8
"
;
Current_Year
:
constant
String
:=
"200
9
"
;
--
Used
in
printing
copyright
messages
--
Used
in
printing
copyright
messages
end
Gnatvsn
;
end
Gnatvsn
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment