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 ba2b96d69..b8e404e23 100644 --- a/version.ads +++ b/version.ads @@ -1,5 +1,5 @@ package Version is Ghdl_Release : constant String := - "GHDL 0.29dev (20090921) [Sokcho edition]"; - Ghdl_Ver : constant String := "0.29dev"; + "GHDL 0.29 (20100109) [Sokcho edition]"; + Ghdl_Ver : constant String := "0.29"; end Version; |