summaryrefslogtreecommitdiff
path: root/src/version.ads
blob: a7938ab607c1823d7194abdd03a6513ec8b25934 (plain)
1
2
3
4
5
package Version is
   Ghdl_Release : constant String :=
      "GHDL 0.33 (20150921) [Dunoon edition]";
   Ghdl_Ver : constant String := "0.33";
end Version;