Skip to content

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Feb 2, 2021
1 parent aa63b5e commit 2fb2384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion pyGHDL/libghdl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0rc4"
__version__ = "1.0.0"

0 comments on commit 2fb2384

Please sign in to comment.