From b6ef59ab5952adf4ace60b95ae0baab58a2ecc73 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 18 Jun 2024 08:13:41 +0200 Subject: [PATCH] Current version is 2023.06.4 --- compiler/src/glob_options.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/glob_options.ml b/compiler/src/glob_options.ml index 1ad7a89fd..2c5a977c8 100644 --- a/compiler/src/glob_options.ml +++ b/compiler/src/glob_options.ml @@ -1,6 +1,6 @@ open Utils (*--------------------------------------------------------------------- *) -let version_string = "Jasmin Compiler @VERSION@" +let version_string = "Jasmin Compiler 2023.06.4" (*--------------------------------------------------------------------- *) let outfile = ref "" let latexfile = ref ""