diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | pyGHDL/libghdl/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ # place. # Note the absence of spaces and the quotes. # Suffix "-dev" is used during development. -ghdl_version="1.0.0rc1" +ghdl_version="1.0.0rc3" backend=mcode CC=${CC:-gcc} diff --git a/pyGHDL/libghdl/version.py b/pyGHDL/libghdl/version.py index 6c93125ca..5b243aad9 100644 --- a/pyGHDL/libghdl/version.py +++ b/pyGHDL/libghdl/version.py @@ -1 +1 @@ -__version__ = "1.0.0rc1" +__version__ = "1.0.0rc3" |