aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-31 20:17:47 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-31 20:17:47 +0100
commit405cdeeb371887701aef44fd0280e99cbba5b288 (patch)
tree784c99e1642d221eb350ca89db3c49fbd248a29e /configure
parent6d0d174df111435d4d4d48dcebe948b34f9347de (diff)
downloadghdl-405cdeeb371887701aef44fd0280e99cbba5b288.tar.gz
ghdl-405cdeeb371887701aef44fd0280e99cbba5b288.tar.bz2
ghdl-405cdeeb371887701aef44fd0280e99cbba5b288.zip
Bump version to v1.0.0.rc1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bf247d659..93141eacd 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-dev"
+ghdl_version="1.0.0rc1"
backend=mcode
CC=${CC:-gcc}