aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/version.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/version.in b/src/version.in
index 1d03bc7ea..3388b598f 100644
--- a/src/version.in
+++ b/src/version.in
@@ -1,16 +1,16 @@
-package Version is
+-- This file is automatically generated by Makefile
+package Version is
Ghdl_Ver : constant String :=
- "@VER@";
+ "@VER@";
Ghdl_Ref : constant String :=
- "@REF@";
+ "@REF@";
Ghdl_Hash : constant String :=
- "@HASH@";
+ "@HASH@";
Ghdl_Release : constant String :=
- "(@DESC@)" &
- " [Dunoon edition]";
-
+ "(@DESC@)" &
+ " [Dunoon edition]";
end Version;