diff options
author | Tristan Gingold | 2014-11-04 20:05:19 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-11-04 20:05:19 +0100 |
commit | 184a123f91e07c927292d67462561dc84f3a920d (patch) | |
tree | cf40effc890cb91187fa9377a13443996da50b56 /version.ads | |
parent | a1eb7262891ed6dbdf0feebfdf679d69b7d80a3e (diff) | |
download | ghdl-184a123f91e07c927292d67462561dc84f3a920d.tar.gz ghdl-184a123f91e07c927292d67462561dc84f3a920d.tar.bz2 ghdl-184a123f91e07c927292d67462561dc84f3a920d.zip |
Bump version.
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 acf9cb7..11b2a0b 100644 --- a/version.ads +++ b/version.ads @@ -1,5 +1,5 @@ package Version is Ghdl_Release : constant String := - "GHDL 0.32dev (20140801) [Dunoon edition]"; - Ghdl_Ver : constant String := "0.32dev"; + "GHDL 0.33dev (20141104) [Dunoon edition]"; + Ghdl_Ver : constant String := "0.33dev"; end Version; |