aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-02-28 19:49:14 +0100
committerTristan Gingold <tgingold@free.fr>2022-02-28 19:49:14 +0100
commitd8ec498a960f60a41e246ce70318b99d7abf277e (patch)
tree76122d55767dd6b8efd0a8592c85baef88fb97e0 /configure
parent8185ed878df5054a9624af97ae4c73bbd3e906ef (diff)
downloadghdl-d8ec498a960f60a41e246ce70318b99d7abf277e.tar.gz
ghdl-d8ec498a960f60a41e246ce70318b99d7abf277e.tar.bz2
ghdl-d8ec498a960f60a41e246ce70318b99d7abf277e.zip
Bump version to 3.0.0-dev
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 17e29fa29..bac23ea59 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="2.0.0"
+ghdl_version="3.0.0-dev"
backend=mcode
CC=${CC:-gcc}