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