diff options
author | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2009-12-29 17:24:15 (GMT) |
---|---|---|
committer | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2009-12-29 17:24:15 (GMT) |
commit | 68e0196f31f8d6fef0d7ccaa21c0f33d5fa5504e (patch) | |
tree | dc6d82c48eeccea5fac84a98a909b3bef5f0fad8 /VERSION | |
parent | 8e8aded10e47e71e46f147c70c05682530abd9a9 (diff) | |
download | cv2pdb-68e0196f31f8d6fef0d7ccaa21c0f33d5fa5504e.zip cv2pdb-68e0196f31f8d6fef0d7ccaa21c0f33d5fa5504e.tar.gz cv2pdb-68e0196f31f8d6fef0d7ccaa21c0f33d5fa5504e.tar.bz2 |
Version 0.11
* basic types now show with their D names, not as C types
* "enum" prefix removed from type names of enumerator types
* added type information for complex data types
* dmd-patch needed for long/ulong support
* experimental hack to add lexical scope to local variables
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -VERSION = 0.10
+VERSION = 0.11
|