aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-03-21 18:33:54 +0100
committerTristan Gingold <tgingold@free.fr>2018-03-21 18:33:54 +0100
commitffca448651c5b7b0fc5fe6bdbbcf1e0dc13419e1 (patch)
treeaecf5e76a63c2906fa4ad2041505b740b0780209 /src/version.in
parent047de40c7799e4186b16bd1ad2c6eb17a7cf0098 (diff)
downloadghdl-ffca448651c5b7b0fc5fe6bdbbcf1e0dc13419e1.tar.gz
ghdl-ffca448651c5b7b0fc5fe6bdbbcf1e0dc13419e1.tar.bz2
ghdl-ffca448651c5b7b0fc5fe6bdbbcf1e0dc13419e1.zip
Set a version to libghdl, put version in configure.
Diffstat (limited to 'src/version.in')
-rw-r--r--src/version.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.in b/src/version.in
index 32ef90cc9..b12295dab 100644
--- a/src/version.in
+++ b/src/version.in
@@ -1,5 +1,5 @@
package Version is
- Ghdl_Ver : constant String := "0.36-dev";
+ Ghdl_Ver : constant String := "@VER@";
Ghdl_Release : constant String :=
"(tarball) [Dunoon edition]";
end Version;