diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-28 21:48:14 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-28 21:48:14 +0100 |
commit | fb423bdd0aec26b3e41937b2f22a3409eda87d5a (patch) | |
tree | 4cdabb19755348b1287c8c75f57db3de11a1db90 | |
parent | 33d3b88b6c41fb3820f3078db7eaefae0b36413a (diff) | |
download | ghdl-fb423bdd0aec26b3e41937b2f22a3409eda87d5a.tar.gz ghdl-fb423bdd0aec26b3e41937b2f22a3409eda87d5a.tar.bz2 ghdl-fb423bdd0aec26b3e41937b2f22a3409eda87d5a.zip |
Release 0.37
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | doc/index.rst | 2 | ||||
-rw-r--r-- | python/libghdl/version.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ # place. # Note the absence of spaces and the quotes. # Suffix "-dev" is used during development. -ghdl_version="0.37-dev" +ghdl_version="0.37" backend=mcode CC=${CC:-gcc} diff --git a/doc/index.rst b/doc/index.rst index a2c44d9b2..4a24216f5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,7 +11,7 @@ News **** - xx.xx.2020 - GHDL v0.37 was released. + 28.02.2020 - GHDL v0.37 was released. ====================================== The major changes are: diff --git a/python/libghdl/version.py b/python/libghdl/version.py index 0a51c80f3..edf9d5d34 100644 --- a/python/libghdl/version.py +++ b/python/libghdl/version.py @@ -1 +1 @@ -__version__ = '0.37-dev' +__version__ = '0.37' |