release: v0.10.0
Self-hosting fixpoint verified on 262,202 lines of QBE IR. Mandatory () on all zero-argument calls, parallel incremental compilation, thread-safe ARC, and 2627 tests passing.
This commit is contained in:
parent
0a3a42f982
commit
b7cdcd29c4
|
|
@ -29,7 +29,7 @@ uses
|
|||
uStrCompat, uConfig;
|
||||
|
||||
const
|
||||
Version = '0.10.0-dev';
|
||||
Version = '0.10.0';
|
||||
CompilerName = 'Blaise';
|
||||
|
||||
procedure PrintUsage;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project>
|
||||
<name>blaise</name>
|
||||
<version>0.10.0-SNAPSHOT</version>
|
||||
<version>0.10.0</version>
|
||||
<author>Graeme Geldenhuys</author>
|
||||
<license>Apache-2.0 WITH Swift-exception</license>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue