From d8ec498a960f60a41e246ce70318b99d7abf277e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 28 Feb 2022 19:49:14 +0100 Subject: Bump version to 3.0.0-dev --- configure | 2 +- pyGHDL/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 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} 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 -- cgit v1.2.3