From e4640e7dcdb01d1ba63617a5d78456e1209d699c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Christophe=20L=C3=A9chenet?= Date: Wed, 26 Jun 2024 18:37:05 +0200 Subject: [PATCH] Current version is 2024.07.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 deb0a1f11..87707a9be 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 2024.07.0" (*--------------------------------------------------------------------- *) let outfile = ref "" let latexfile = ref ""