From d4513f41c54869c9b4ba96ab79d50933a1d5c25a Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Mon, 28 Dec 2020 15:53:36 +0100 Subject: Update Flocq to 3.4.0 (#383) --- flocq/Version.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flocq/Version.v') diff --git a/flocq/Version.v b/flocq/Version.v index d0e36a57..aebb0d76 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 "3.1.0"%string N0 N0. + parse "3.4.0"%string N0 N0. -- cgit