aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'