From 834b51babae00b47f3866a73217cd93748e3efa1 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 24 Jun 2026 00:04:38 +0100 Subject: [PATCH] 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). --- compiler/src/main/pascal/Blaise.pas | 2 +- compiler/src/main/pascal/uCompilerId.pas | 2 +- project.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/src/main/pascal/Blaise.pas b/compiler/src/main/pascal/Blaise.pas index ca5207b..40d42b5 100644 --- a/compiler/src/main/pascal/Blaise.pas +++ b/compiler/src/main/pascal/Blaise.pas @@ -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 diff --git a/compiler/src/main/pascal/uCompilerId.pas b/compiler/src/main/pascal/uCompilerId.pas index b238b20..7cd91cf 100644 --- a/compiler/src/main/pascal/uCompilerId.pas +++ b/compiler/src/main/pascal/uCompilerId.pas @@ -24,7 +24,7 @@ unit uCompilerId; interface const - COMPILER_ID = 'blaise-0.12.0+bif2'; + COMPILER_ID = 'blaise-0.13.0-SNAPSHOT+bif2'; implementation diff --git a/project.xml b/project.xml index 4bfadd2..0ddb808 100644 --- a/project.xml +++ b/project.xml @@ -1,7 +1,7 @@ blaise - 0.12.0 + 0.13.0-SNAPSHOT Graeme Geldenhuys Apache-2.0 WITH Swift-exception