diff options
-rw-r--r-- | NEWS.md | 4 | ||||
-rw-r--r-- | src/version.in | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ -**0.35** (2017-12-XX) +**0.36** (XXXX-XX-XX) + +**0.35** (2017-12-14) - Assert and report messages are sent to stdout (#394) - Improve support for unbounded records - Bugs fixed diff --git a/src/version.in b/src/version.in index 4c0f446ca..32ef90cc9 100644 --- a/src/version.in +++ b/src/version.in @@ -1,5 +1,5 @@ package Version is - Ghdl_Ver : constant String := "0.35"; + Ghdl_Ver : constant String := "0.36-dev"; Ghdl_Release : constant String := "(tarball) [Dunoon edition]"; end Version; |