From 40cf0da41c58cbf2425bd44b9e414d6c5e35acb0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 2 Feb 2021 21:36:51 +0100 Subject: Bump version to 2.0.0-dev --- configure | 2 +- pyGHDL/libghdl/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 917215ab4..36b750541 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.0" +ghdl_version="2.0.0-dev" backend=mcode CC=${CC:-gcc} diff --git a/pyGHDL/libghdl/version.py b/pyGHDL/libghdl/version.py index 5becc17c0..eb436f1c7 100644 --- a/pyGHDL/libghdl/version.py +++ b/pyGHDL/libghdl/version.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "2.0.0-dev" -- cgit v1.2.3