aboutsummaryrefslogtreecommitdiffstats
path: root/version.ads
blob: 131adeaf6a78c74a89722aaa86a9629e0a5a52fc (plain)
1
2
3
4
5
package Version is
   Ghdl_Release : constant String :=
      "GHDL 0.28 (20090917) [Sokcho edition]";
   Ghdl_Ver : constant String := "0.28";
end Version;