summaryrefslogtreecommitdiff
path: root/version.ads
blob: f8c6806453b32de06f6f899dd236ca7f26871640 (plain)
1
2
3
4
5
package Version is
   Ghdl_Release : constant String :=
      "GHDL 0.26dev (20070408) [Sokcho edition]";
   Ghdl_Ver : constant String := "0.26";
end Version;