diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-12-14 05:29:31 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-12-14 05:29:31 +0100 |
commit | db2a0faae3743ee47722edeb7cd5eb3768d48c1d (patch) | |
tree | 40ffad8cb6a4c61c434a2f4dd5c634c0cc81279e | |
parent | 34a27709dbdffcb2d10bba9972ecab119eeff15e (diff) | |
download | ghdl-db2a0faae3743ee47722edeb7cd5eb3768d48c1d.tar.gz ghdl-db2a0faae3743ee47722edeb7cd5eb3768d48c1d.tar.bz2 ghdl-db2a0faae3743ee47722edeb7cd5eb3768d48c1d.zip |
Bump version and regenerate doc.
-rw-r--r-- | doc/ghdl.texi | 4 | ||||
-rw-r--r-- | src/version.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi index 1bfc3c603..9d0506567 100644 --- a/doc/ghdl.texi +++ b/doc/ghdl.texi @@ -21,7 +21,7 @@ @copying @quotation -GHDL 0.35-dev, Dec 13, 2017 +GHDL 0.35rc1, Dec 14, 2017 Tristan Gingold and contributors @@ -83,7 +83,7 @@ LRM) is a plus. -This document was generated on Dec 13, 2017 - 20:49. +This document was generated on Dec 14, 2017 - 05:28. @c # preload commonly known graphical characters like (c) diff --git a/src/version.in b/src/version.in index dca48760f..10e0d82d3 100644 --- a/src/version.in +++ b/src/version.in @@ -1,5 +1,5 @@ package Version is - Ghdl_Ver : constant String := "0.35-dev"; + Ghdl_Ver : constant String := "0.35rc1"; Ghdl_Release : constant String := "(tarball) [Dunoon edition]"; end Version; |