From ad794a4f144b8f7795d4608c62c4c10f46188ec7 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 8 Jun 2023 15:06:47 +0200 Subject: [PATCH] Current version is 2023.06.0 --- 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 0e35a6c34..9d323f84c 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.0" (*--------------------------------------------------------------------- *) let outfile = ref "" let latexfile = ref ""