diff options
-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' |