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