aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/Version.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2023-03-06 17:18:55 +0100
committerXavier Leroy <xavier.leroy@college-de-france.fr>2023-03-10 18:54:45 +0100
commit3ba79a0e18341806007ec091940eb1b8378ab739 (patch)
tree14ff24b4a44e33a5607f6c97b953805511b8eb27 /flocq/Version.v
parent2c2dabd4f7b7f330cc8e6c9cf879618a422316e8 (diff)
downloadcompcert-3ba79a0e18341806007ec091940eb1b8378ab739.tar.gz
compcert-3ba79a0e18341806007ec091940eb1b8378ab739.zip
Upgrade Flocq to 4.1.1
Diffstat (limited to 'flocq/Version.v')
-rw-r--r--flocq/Version.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/flocq/Version.v b/flocq/Version.v
index 8f1a4eae..5ff408dd 100644
--- a/flocq/Version.v
+++ b/flocq/Version.v
@@ -29,4 +29,4 @@ Definition Flocq_version := Eval vm_compute in
parse t major (minor * 10 + N_of_ascii h - N_of_ascii "0"%char)%N
| Empty_string => (major * 100 + minor)%N
end in
- parse "4.1.0"%string N0 N0.
+ parse "4.1.1"%string N0 N0.