aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-28 21:50:35 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-28 21:50:35 +0100
commit19cccc7635e0f9b1a02cce1c643aede7115ed8c3 (patch)
treed87ceb609456683837875c77c1e35c2ea5c1e6f6
parentfb423bdd0aec26b3e41937b2f22a3409eda87d5a (diff)
downloadghdl-19cccc7635e0f9b1a02cce1c643aede7115ed8c3.tar.gz
ghdl-19cccc7635e0f9b1a02cce1c643aede7115ed8c3.tar.bz2
ghdl-19cccc7635e0f9b1a02cce1c643aede7115ed8c3.zip
Set version to 1.0-dev
-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'