diff options
-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="2.0.0" +ghdl_version="3.0.0-dev" backend=mcode CC=${CC:-gcc} diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py index 3270d58b1..64a3c3d87 100644 --- a/pyGHDL/__init__.py +++ b/pyGHDL/__init__.py @@ -51,7 +51,7 @@ __author__ = "Tristan Gingold and contributors" __email__ = "tgingold@free.fr" __copyright__ = "2002-2021, Tristan Gingold and contributors" __license__ = "GNU General Public License v2" -__version__ = "2.0.0" +__version__ = "3.0.0-dev" __keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"] from pyTooling.Decorators import export |