aboutsummaryrefslogtreecommitdiffstats
path: root/version.ads
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-12-20 15:05:23 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-12-20 15:05:23 +0000
commit517a3edcd4d7d97cdfe3301e362859eb816aeb29 (patch)
tree252ea5dd1b5d37e536395f5842a75a6fcb8ccb56 /version.ads
parentcb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2 (diff)
downloadghdl-517a3edcd4d7d97cdfe3301e362859eb816aeb29.tar.gz
ghdl-517a3edcd4d7d97cdfe3301e362859eb816aeb29.tar.bz2
ghdl-517a3edcd4d7d97cdfe3301e362859eb816aeb29.zip
bugs fix for ghw writer
Diffstat (limited to 'version.ads')
-rw-r--r--version.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.ads b/version.ads
index 852bffec7..4118496e8 100644
--- a/version.ads
+++ b/version.ads
@@ -1,4 +1,4 @@
package Version is
Ghdl_Version : constant String :=
- "GHDL 0.21 (20051218) [Sokcho edition]";
+ "GHDL 0.22dev (20051220) [Sokcho edition]";
end Version;