chore: begin v0.13.0-dev cycle

Version 0.12.0 -> 0.13.0-SNAPSHOT (Blaise.pas, project.xml) and COMPILER_ID
-> blaise-0.13.0-SNAPSHOT+bif2 (the .bif format is unchanged, so the +bif2
tag stays; the version prefix tracks the dev cycle).
This commit is contained in:
Graeme Geldenhuys 2026-06-24 00:04:38 +01:00
parent 65e7b87a7c
commit 834b51baba
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ type
TBackend = TBackendKind;
const
Version = '0.12.0';
Version = '0.13.0-SNAPSHOT';
CompilerName = 'Blaise';
{ Build the --backend usage fragment from the registered drivers, with

View file

@ -24,7 +24,7 @@ unit uCompilerId;
interface
const
COMPILER_ID = 'blaise-0.12.0+bif2';
COMPILER_ID = 'blaise-0.13.0-SNAPSHOT+bif2';
implementation

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<name>blaise</name>
<version>0.12.0</version>
<version>0.13.0-SNAPSHOT</version>
<author>Graeme Geldenhuys</author>
<license>Apache-2.0 WITH Swift-exception</license>