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