diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-10-02 04:33:36 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-10-02 04:33:36 +0000 |
commit | a81f695b15865268fea6ee062a381ba8e43a02b4 (patch) | |
tree | 8bc86734eda054c31b705ceab4f4762e96422750 /version.ads | |
parent | f51d97cdfbb61a3c1b0456b32b5076d03ba5f8ac (diff) | |
download | ghdl-a81f695b15865268fea6ee062a381ba8e43a02b4.tar.gz ghdl-a81f695b15865268fea6ee062a381ba8e43a02b4.tar.bz2 ghdl-a81f695b15865268fea6ee062a381ba8e43a02b4.zip |
direct drivers and bugs fix
Diffstat (limited to 'version.ads')
-rw-r--r-- | version.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/version.ads b/version.ads index aa4bb2046..9529f4f30 100644 --- a/version.ads +++ b/version.ads @@ -1,4 +1,5 @@ package Version is - Ghdl_Version : constant String := - "GHDL 0.25 (20060811) [Sokcho edition]"; + Ghdl_Release : constant String := + "GHDL 0.26dev (20060819) [Sokcho edition]"; + Ghdl_Ver : constant String := "0.26dev"; end Version; |