aboutsummaryrefslogtreecommitdiffstats
path: root/bug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'bug.adb')
-rw-r--r--bug.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug.adb b/bug.adb
index 74d8f0715..089c6ae2f 100644
--- a/bug.adb
+++ b/bug.adb
@@ -70,7 +70,7 @@ package body Bug is
Put_Line
(Standard_Error,
"Please report this bug on http://gna.org/projects/ghdl");
- Put_Line (Standard_Error, "GHDL version: " & Ghdl_Version);
+ Put_Line (Standard_Error, "GHDL release: " & Ghdl_Release);
Put_Line (Standard_Error, "Compiled with " & Get_Gnat_Version);
Put_Line (Standard_Error, "In directory: " &
GNAT.Directory_Operations.Get_Current_Dir);