aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-01 19:14:14 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-01 19:14:14 +0100
commitb459b85467fa2b9da8c4295d07f5310544419a74 (patch)
tree14faf0db98648ea0e0c080cffce9906bb0e22ed2
parentf3ea854b89d1ac6221320fbcabde6a8f3873ce37 (diff)
downloadghdl-b459b85467fa2b9da8c4295d07f5310544419a74.tar.gz
ghdl-b459b85467fa2b9da8c4295d07f5310544419a74.tar.bz2
ghdl-b459b85467fa2b9da8c4295d07f5310544419a74.zip
Bump version to v1.0.0rc4
-rwxr-xr-xconfigure2
-rw-r--r--pyGHDL/libghdl/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 77f61bca6..93aa74d7c 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.0rc3"
+ghdl_version="1.0.0rc4"
backend=mcode
CC=${CC:-gcc}
diff --git a/pyGHDL/libghdl/version.py b/pyGHDL/libghdl/version.py
index 5b243aad9..dcbe1b850 100644
--- a/pyGHDL/libghdl/version.py
+++ b/pyGHDL/libghdl/version.py
@@ -1 +1 @@
-__version__ = "1.0.0rc3"
+__version__ = "1.0.0rc4"