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