From fb423bdd0aec26b3e41937b2f22a3409eda87d5a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 28 Feb 2020 21:48:14 +0100 Subject: Release 0.37 --- configure | 2 +- doc/index.rst | 2 +- python/libghdl/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 442e6c638..ce052534c 100755 --- a/configure +++ b/configure @@ -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' -- cgit v1.2.3