diff options
Diffstat (limited to 'version.ads')
-rw-r--r-- | version.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.ads b/version.ads index 9529f4f30..d71a40e4b 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; |