aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--python/libghdl/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ce052534c..7ae1b6a63 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"
+ghdl_version="1.0-dev"
backend=mcode
CC=${CC:-gcc}
diff --git a/python/libghdl/version.py b/python/libghdl/version.py
index edf9d5d34..b203ff7e5 100644
--- a/python/libghdl/version.py
+++ b/python/libghdl/version.py
@@ -1 +1 @@
-__version__ = '0.37'
+__version__ = '1.0-dev'