From e5b0796a8fa2e19b9b1ecba413d65c11c5dd07ed Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 10 Apr 2024 10:31:00 +0200 Subject: [PATCH] Current version is 2023.06.3 --- 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..a2f669434 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.3" (*--------------------------------------------------------------------- *) let outfile = ref "" let latexfile = ref ""