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:
Graeme Geldenhuys 2026-06-07 02:09:09 +01:00
parent 0a3a42f982
commit b7cdcd29c4
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ uses
uStrCompat, uConfig;
const
Version = '0.10.0-dev';
Version = '0.10.0';
CompilerName = 'Blaise';
procedure PrintUsage;

View file

@ -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>