aboutsummaryrefslogtreecommitdiffstats
path: root/version.ads
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-10-09 17:27:11 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-10-09 17:27:11 +0000
commit70cc586c068c297bdd1fbb0285473246f8812655 (patch)
treec8b7d3fba77073d79d2c7f88bb29e722caf74362 /version.ads
parent637d7c01c8c5d577f590f0d6891ab214697255b9 (diff)
downloadghdl-70cc586c068c297bdd1fbb0285473246f8812655.tar.gz
ghdl-70cc586c068c297bdd1fbb0285473246f8812655.tar.bz2
ghdl-70cc586c068c297bdd1fbb0285473246f8812655.zip
--vcdz option added,
switched to gcc-4.0.2, can be compiled with GNAT GPL 2005 ready for ada05 (interface identifier not used anymore) bug fixes
Diffstat (limited to 'version.ads')
-rw-r--r--version.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/version.ads b/version.ads
index 09a16d71d..e459f8e8d 100644
--- a/version.ads
+++ b/version.ads
@@ -1,3 +1,4 @@
package Version is
- Ghdl_Version : constant String := "GHDL 0.20dev (20050924) [Sokcho edition]";
+ Ghdl_Version : constant String :=
+ "GHDL 0.20dev (20050926) [Sokcho edition]";
end Version;