diff options
author | Brian Drummond <brian@shapes.demon.co.uk> | 2014-01-08 20:40:42 +0000 |
---|---|---|
committer | Brian Drummond <brian@shapes.demon.co.uk> | 2014-01-08 20:40:42 +0000 |
commit | 0cc9f76d7405e158d2d9713c33388a7786886a85 (patch) | |
tree | cf4b49fe297071ff55f3da63c58a2196ceb682c7 | |
parent | 0648d2c12eb2f4c5c9f55f6302d8d8b5c7731b96 (diff) | |
download | ghdl-0cc9f76d7405e158d2d9713c33388a7786886a85.tar.gz ghdl-0cc9f76d7405e158d2d9713c33388a7786886a85.tar.bz2 ghdl-0cc9f76d7405e158d2d9713c33388a7786886a85.zip |
Update version.ads for 0.32dev (default branch)
-rw-r--r-- | version.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.ads b/version.ads index ca5a10a2b..acf9cb716 100644 --- a/version.ads +++ b/version.ads @@ -1,5 +1,5 @@ package Version is Ghdl_Release : constant String := - "GHDL 0.31dev (20132311) [Dunoon edition]"; - Ghdl_Ver : constant String := "0.31dev"; + "GHDL 0.32dev (20140801) [Dunoon edition]"; + Ghdl_Ver : constant String := "0.32dev"; end Version; |