aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-03-04 06:33:52 +0100
committerTristan Gingold <tgingold@free.fr>2019-03-14 07:14:43 +0100
commit6b0ddd25c0fa4899b86d3d64d5e7bd5e7f5483f3 (patch)
treeaf8b2f291c4a35f3aced55a4ccf4fec7e848d777
parent5a73edcb5c4e113c0037ef8759c4e3ab9665ee22 (diff)
downloadghdl-6b0ddd25c0fa4899b86d3d64d5e7bd5e7f5483f3.tar.gz
ghdl-6b0ddd25c0fa4899b86d3d64d5e7bd5e7f5483f3.tar.bz2
ghdl-6b0ddd25c0fa4899b86d3d64d5e7bd5e7f5483f3.zip
setup.py: set version from configure.
Spotted by D. Koontz.
-rw-r--r--setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py.in b/setup.py.in
index ef6e3daae..9b01de4ea 100644
--- a/setup.py.in
+++ b/setup.py.in
@@ -38,7 +38,7 @@ class GHDLBuild(build):
os.path.join(dstdir, "ghdl"))
setup (name='libghdl',
- version='0.35',
+ version=libghdl_version,
description = 'Interface to ghdl, a VHDL analyzer',
author = 'Tristan Gingold',
author_email = 'tgingold@free.fr',