diff options
author | Tristan Gingold | 2015-09-21 20:30:02 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-09-21 20:30:02 +0200 |
commit | 3e857b6e3477ccbaaf911175cdecbc3567f4bed4 (patch) | |
tree | 920e7512d286460a26d3968475eb9f298b1c434b /src | |
parent | 8096be81921e2bf75f8e2ef20d2454e69ac90844 (diff) | |
download | ghdl-3e857b6e3477ccbaaf911175cdecbc3567f4bed4.tar.gz ghdl-3e857b6e3477ccbaaf911175cdecbc3567f4bed4.tar.bz2 ghdl-3e857b6e3477ccbaaf911175cdecbc3567f4bed4.zip |
Set version to 0.33
Diffstat (limited to 'src')
-rw-r--r-- | src/version.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.ads b/src/version.ads index 11b2a0b..a7938ab 100644 --- a/src/version.ads +++ b/src/version.ads @@ -1,5 +1,5 @@ package Version is Ghdl_Release : constant String := - "GHDL 0.33dev (20141104) [Dunoon edition]"; - Ghdl_Ver : constant String := "0.33dev"; + "GHDL 0.33 (20150921) [Dunoon edition]"; + Ghdl_Ver : constant String := "0.33"; end Version; |