Skip to content

Commit

Permalink
Release 20.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezault committed Jan 21, 2020
1 parent 560f04d commit 389c6ca
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## Version ?? - ??
## Version 20.01.21.1 - 21 January 2020

### gec

Expand Down
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ library classes provided in this package.

The supported Eiffel compilers, in alphabetical order, are:

* Gobo Eiffel Compiler (gec) 19.11.03.1
* ISE Eiffel 19.05.10.3187 and 19.10.10.3641 (Classic and .NET)
* Gobo Eiffel Compiler (gec) 20.01.01.1
* ISE Eiffel 19.05.10.3187 and 19.10.12.3842 (Classic and .NET)

For more details about the supported Eiffel compilers, please see the file
[Release_notes.md](./Release_notes.md).
Expand Down Expand Up @@ -150,4 +150,4 @@ are available to help you make the first steps.

## Authors

Copyright (c) 1997-2019, Eric Bezault and others
Copyright (c) 1997-2020, Eric Bezault and others
6 changes: 3 additions & 3 deletions Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Release notes - Gobo Eiffel 19.11.03.1
# Release notes - Gobo Eiffel 20.01.21.1

In order to see what is new in this release, please read [History.md](./History.md).

## Compiler specific notes

### ISE 19.05.10.3187 and 19.10.10.3641 (ISE Eiffel)
### ISE 19.05.10.3187 and 19.10.12.3842 (ISE Eiffel)

* The ECF files for ISE Eiffel provided in this package are for
Eiffel classic. In order to get ECF files configured for Eiffel
Expand All @@ -18,4 +18,4 @@ In order to see what is new in this release, please read [History.md](./History.

## Authors

Copyright (c) 1997-2019, Eric Bezault and others
Copyright (c) 1997-2020, Eric Bezault and others
8 changes: 4 additions & 4 deletions library/common/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
</p>

<ul>
<li>Gobo Eiffel Compiler (gec) 19.11.03.1</li>
<li>ISE Eiffel 19.05.10.3187 and 19.10.10.3641 (Classic and .NET)</li>
<li>Gobo Eiffel Compiler (gec) 20.01.01.1</li>
<li>ISE Eiffel 19.05.10.3187 and 19.10.12.3842 (Classic and .NET)</li>
</ul>

<p>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h2>Download</h2>
<table border="0" width="100%">
<tr>
<td><address>
<font size="2"><b>Copyright © 1997-2019</b></font><font
<font size="2"><b>Copyright © 1997-2020</b></font><font
size="1"><b>, </b></font><font size="2"><strong>Eric
Bezault</strong></font><strong> </strong><font
size="2"><br>
Expand All @@ -230,7 +230,7 @@ <h2>Download</h2>
<strong>http:</strong></font><a
href="http://www.gobosoft.com"><font size="2">//www.gobosoft.com</font></a><font
size="2"><br>
<strong>Last Updated:</strong> 3 November 2019</font><br>
<strong>Last Updated:</strong> 21 January 2020</font><br>
<!--webbot bot="PurpleText"
preview="
$Date$
Expand Down
4 changes: 2 additions & 2 deletions library/kernel/src/misc/kl_gobo_version.e
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ note

"Version of Gobo"

copyright: "Copyright (c) 2004-2019, Eric Bezault and others"
copyright: "Copyright (c) 2004-2020, Eric Bezault and others"
license: "MIT License"
date: "$Date$"
revision: "$Revision$"
Expand All @@ -13,7 +13,7 @@ class KL_GOBO_VERSION

feature -- Constants

Version_number: STRING = "19.11.03.1"
Version_number: STRING = "20.01.21.1"
-- Version number.
-- Format: year.month.day.number_of_commits_on_that_day

Expand Down

0 comments on commit 389c6ca

Please sign in to comment.