aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdldrv.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdldrv.adb')
-rw-r--r--src/ghdldrv/ghdldrv.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdldrv.adb b/src/ghdldrv/ghdldrv.adb
index 03861f793..2d3342b1b 100644
--- a/src/ghdldrv/ghdldrv.adb
+++ b/src/ghdldrv/ghdldrv.adb
@@ -1752,7 +1752,9 @@ package body Ghdldrv 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