aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlprint.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlprint.adb')
-rw-r--r--src/ghdldrv/ghdlprint.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb
index a19085527..0ace5ae50 100644
--- a/src/ghdldrv/ghdlprint.adb
+++ b/src/ghdldrv/ghdlprint.adb
@@ -506,7 +506,9 @@ package body Ghdlprint is
begin
Put_Line ("<p>");
Put ("<small>This page was generated using ");
- Put ("<a href=""http://ghdl.free.fr"">");
+ Put ("<a href=""http://ghdl.free.fr"">GHDL ");
+ Put (Version.Ghdl_Ver);
+ Put (' ');
Put (Version.Ghdl_Release);
Put ("</a>, a program written by");
Put (" Tristan Gingold");