aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlcomp.adb')
-rw-r--r--src/ghdldrv/ghdlcomp.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlcomp.adb b/src/ghdldrv/ghdlcomp.adb
index 56487b863..b20d12ac2 100644
--- a/src/ghdldrv/ghdlcomp.adb
+++ b/src/ghdldrv/ghdlcomp.adb
@@ -745,7 +745,9 @@ package body Ghdlcomp is
Files_List := Build_Dependence (Prim_Name, Sec_Name);
Put_Line ("# Makefile automatically generated by ghdl");
- Put ("# Version: ");
+ Put ("# Version: GHDL ");
+ Put (Version.Ghdl_Ver);
+ Put (' ');
Put (Version.Ghdl_Release);
Put (" - ");
if Version_String /= null then