aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-28 21:48:14 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-28 21:48:14 +0100
commitfb423bdd0aec26b3e41937b2f22a3409eda87d5a (patch)
tree4cdabb19755348b1287c8c75f57db3de11a1db90
parent33d3b88b6c41fb3820f3078db7eaefae0b36413a (diff)
downloadghdl-fb423bdd0aec26b3e41937b2f22a3409eda87d5a.tar.gz
ghdl-fb423bdd0aec26b3e41937b2f22a3409eda87d5a.tar.bz2
ghdl-fb423bdd0aec26b3e41937b2f22a3409eda87d5a.zip
Release 0.37
-rwxr-xr-xconfigure2
-rw-r--r--doc/index.rst2
-rw-r--r--python/libghdl/version.py2
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'