Skip to content

Commit

Permalink
Release 20.03
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezault committed Mar 22, 2020
1 parent 0629cf8 commit 7f416a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.03.22.1 - 22 March 2020

### gec

Expand Down
4 changes: 2 additions & 2 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) 20.01.01.1
* ISE Eiffel 19.05.10.3187 and 19.10.12.3842 (Classic and .NET)
* Gobo Eiffel Compiler (gec) 20.03.22.1
* ISE Eiffel 19.05.10.3187 and 19.12.10.3842 (Classic and .NET)

For more details about the supported Eiffel compilers, please see the file
[Release_notes.md](./Release_notes.md).
Expand Down
4 changes: 2 additions & 2 deletions Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Release notes - Gobo Eiffel 20.01.21.1
# Release notes - Gobo Eiffel 20.03.22.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.12.3842 (ISE Eiffel)
### ISE 19.05.10.3187 and 19.12.10.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 Down
6 changes: 3 additions & 3 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) 20.01.01.1</li>
<li>ISE Eiffel 19.05.10.3187 and 19.10.12.3842 (Classic and .NET)</li>
<li>Gobo Eiffel Compiler (gec) 20.03.22.1</li>
<li>ISE Eiffel 19.05.10.3187 and 19.12.10.3842 (Classic and .NET)</li>
</ul>

<p>
Expand Down Expand Up @@ -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> 21 January 2020</font><br>
<strong>Last Updated:</strong> 22 March 2020</font><br>
<!--webbot bot="PurpleText"
preview="
$Date$
Expand Down
2 changes: 1 addition & 1 deletion library/kernel/src/misc/kl_gobo_version.e
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class KL_GOBO_VERSION

feature -- Constants

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

Expand Down

0 comments on commit 7f416a8

Please sign in to comment.