From 19cccc7635e0f9b1a02cce1c643aede7115ed8c3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 28 Feb 2020 21:50:35 +0100 Subject: Set version to 1.0-dev --- configure | 2 +- python/libghdl/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ce052534c..7ae1b6a63 100755 --- a/configure +++ b/configure @@ -23,7 +23,7 @@ # place. # Note the absence of spaces and the quotes. # Suffix "-dev" is used during development. -ghdl_version="0.37" +ghdl_version="1.0-dev" backend=mcode CC=${CC:-gcc} diff --git a/python/libghdl/version.py b/python/libghdl/version.py index edf9d5d34..b203ff7e5 100644 --- a/python/libghdl/version.py +++ b/python/libghdl/version.py @@ -1 +1 @@ -__version__ = '0.37' +__version__ = '1.0-dev' -- cgit v1.2.3