diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-28 21:50:35 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-28 21:50:35 +0100 |
commit | 19cccc7635e0f9b1a02cce1c643aede7115ed8c3 (patch) | |
tree | d87ceb609456683837875c77c1e35c2ea5c1e6f6 | |
parent | fb423bdd0aec26b3e41937b2f22a3409eda87d5a (diff) | |
download | ghdl-19cccc7635e0f9b1a02cce1c643aede7115ed8c3.tar.gz ghdl-19cccc7635e0f9b1a02cce1c643aede7115ed8c3.tar.bz2 ghdl-19cccc7635e0f9b1a02cce1c643aede7115ed8c3.zip |
Set version to 1.0-dev
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | python/libghdl/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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' |