diff --git a/compiler/src/main/pascal/Blaise.pas b/compiler/src/main/pascal/Blaise.pas index c27aea5..ca5207b 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-SNAPSHOT'; + Version = '0.12.0'; 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 8525f95..b238b20 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-SNAPSHOT+bif2'; + COMPILER_ID = 'blaise-0.12.0+bif2'; implementation diff --git a/project.xml b/project.xml index a24fe75..4bfadd2 100644 --- a/project.xml +++ b/project.xml @@ -1,7 +1,7 @@ blaise - 0.12.0-SNAPSHOT + 0.12.0 Graeme Geldenhuys Apache-2.0 WITH Swift-exception