summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/gcc/INSTALL2
-rw-r--r--src/version.ads4
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/gcc/INSTALL b/dist/gcc/INSTALL
index e710f91..dc61131 100644
--- a/dist/gcc/INSTALL
+++ b/dist/gcc/INSTALL
@@ -1,6 +1,6 @@
Install file for the binary distribution of GHDL.
-GHDL is Copyright 2002 - 2010 Tristan Gingold.
+GHDL is Copyright 2002 - 2015 Tristan Gingold.
GHDL is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/src/version.ads b/src/version.ads
index 11b2a0b..a7938ab 100644
--- a/src/version.ads
+++ b/src/version.ads
@@ -1,5 +1,5 @@
package Version is
Ghdl_Release : constant String :=
- "GHDL 0.33dev (20141104) [Dunoon edition]";
- Ghdl_Ver : constant String := "0.33dev";
+ "GHDL 0.33 (20150921) [Dunoon edition]";
+ Ghdl_Ver : constant String := "0.33";
end Version;