File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ let () =
413413 (String. concat ~sep: " , " available_subcommands)
414414 in
415415 Term. (const print_default $ const () ),
416- Term. info ~version: " %%VERSION%% " " odoc"
416+ Term. info ~version: " 1.4.0 " " odoc"
417417 in
418418 match Term. eval_choice ~err: Format. err_formatter default subcommands with
419419 | `Error _ ->
Original file line number Diff line number Diff line change 11@charset "UTF-8" ;
22/* Copyright (c) 2016 The odoc contributors. All rights reserved.
33 Distributed under the ISC license, see terms at the end of the file.
4- %%NAME%% %%VERSION%% */
4+ odoc 1.4.0 */
55
66/* Fonts */
77@import url ('https://fonts.googleapis.com/css?family=Fira+Mono:400,500' );
Original file line number Diff line number Diff line change 1616
1717
1818
19- let magic = " odoc-%%VERSION%% "
19+ let magic = " odoc-1.4.0 "
2020
2121let load file ic =
2222 let m = really_input_string ic (String. length magic) in
You can’t perform that action at this time.
0 commit comments