aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.in')
-rw-r--r--src/version.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/version.in b/src/version.in
new file mode 100644
index 000000000..ba985b7bf
--- /dev/null
+++ b/src/version.in
@@ -0,0 +1,5 @@
+package Version is
+ Ghdl_Release : constant String :=
+ "GHDL 0.34-dev (tarball) [Dunoon edition]";
+ Ghdl_Ver : constant String := "0.34-dev";
+end Version;