From 4dc37524947c7e7bc85d8511c4b60ab629ccbfca Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 31 Jan 2021 20:20:47 +0100 Subject: Bump version to v1.0.0rc3 --- configure | 2 +- pyGHDL/libghdl/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 93141eacd..77f61bca6 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3