From fbf47fb76cb30f631dfa40e28834e8904f22a2b9 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 31 Jul 2023 06:40:17 +0200 Subject: [PATCH] Current version is 2023.06.1 --- 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..c05371284 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.1" (*--------------------------------------------------------------------- *) let outfile = ref "" let latexfile = ref ""