From 19db894c481e5c3fca89862ef244803c63a54ed7 Mon Sep 17 00:00:00 2001 From: gingold Date: Sun, 22 Apr 2007 06:16:11 +0000 Subject: synchronized to ghdl 0.26 --- version.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.ads') diff --git a/version.ads b/version.ads index 9529f4f..d71a40e 100644 --- a/version.ads +++ b/version.ads @@ -1,5 +1,5 @@ package Version is Ghdl_Release : constant String := - "GHDL 0.26dev (20060819) [Sokcho edition]"; - Ghdl_Ver : constant String := "0.26dev"; + "GHDL 0.26 (20070408) [Sokcho edition]"; + Ghdl_Ver : constant String := "0.26"; end Version; -- cgit