aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py.in')
-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',