diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-03-08 07:41:30 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-03-08 07:41:30 +0100 |
commit | c6852822578a4d9a52ad60f4a9e06714731f08c2 (patch) | |
tree | 0e7f76a7b263a7167ab38b946d7a397ab291371c | |
parent | 7de967c51f352fe2d724dbec549b71a392e5ebae (diff) | |
download | ghdl-c6852822578a4d9a52ad60f4a9e06714731f08c2.tar.gz ghdl-c6852822578a4d9a52ad60f4a9e06714731f08c2.tar.bz2 ghdl-c6852822578a4d9a52ad60f4a9e06714731f08c2.zip |
Bump version to 4.0.0-dev
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | pyGHDL/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ # place. # Note the absence of spaces and the quotes. # Suffix "-dev" is used during development. -ghdl_version="3.0.0" +ghdl_version="4.0.0-dev" backend=mcode backend_version="none" diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py index d29cfb0f9..600c35545 100644 --- a/pyGHDL/__init__.py +++ b/pyGHDL/__init__.py @@ -51,7 +51,7 @@ __author__ = "Tristan Gingold and contributors" __email__ = "tgingold@free.fr" __copyright__ = "2002-2023, Tristan Gingold and contributors" __license__ = "GNU General Public License v2" -__version__ = "3.0.0" +__version__ = "4.0.0-dev" __keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"] from pyTooling.Decorators import export |