aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ghdl.texi4
-rw-r--r--src/version.in2
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;