aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--pyGHDL/libghdl/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 93aa74d7c..917215ab4 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.0rc4"
+ghdl_version="1.0.0"
backend=mcode
CC=${CC:-gcc}
diff --git a/pyGHDL/libghdl/version.py b/pyGHDL/libghdl/version.py
index dcbe1b850..5becc17c0 100644
--- a/pyGHDL/libghdl/version.py
+++ b/pyGHDL/libghdl/version.py
@@ -1 +1 @@
-__version__ = "1.0.0rc4"
+__version__ = "1.0.0"