diff options
author | Brian Drummond | 2013-12-02 17:12:22 +0000 |
---|---|---|
committer | Brian Drummond | 2013-12-02 17:12:22 +0000 |
commit | 860a1de17cf5efab4c6db48fb28e6038d1584b81 (patch) | |
tree | 79dea767ea34722bf77b9c23d5ed75364f1eee31 /version.ads | |
parent | dd6ad2adb25264864383871c060101084a7bbb1d (diff) | |
download | ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.tar.gz ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.tar.bz2 ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.zip |
Version 0.31dev, builds with gcc4.8
Diffstat (limited to 'version.ads')
-rw-r--r-- | version.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.ads b/version.ads index 2bf3d76..ca5a10a 100644 --- a/version.ads +++ b/version.ads @@ -1,5 +1,5 @@ package Version is Ghdl_Release : constant String := - "GHDL 0.30dev (20100112) [Sokcho edition]"; - Ghdl_Ver : constant String := "0.30dev"; + "GHDL 0.31dev (20132311) [Dunoon edition]"; + Ghdl_Ver : constant String := "0.31dev"; end Version; |