File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
3
- version: "dev "
3
+ version: "1.4.2 "
4
4
homepage: "http://github.com/ocaml/odoc"
5
5
doc: "https://github.com/ocaml/odoc#readme"
6
6
bug-reports: "https://github.com/ocaml/odoc/issues"
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ let () =
413
413
(String. concat ~sep: " , " available_subcommands)
414
414
in
415
415
Term. (const print_default $ const () ),
416
- Term. info ~version: " %%VERSION%% " " odoc"
416
+ Term. info ~version: " 1.4.2 " " odoc"
417
417
in
418
418
match Term. eval_choice ~err: Format. err_formatter default subcommands with
419
419
| `Error _ ->
Original file line number Diff line number Diff line change 1
1
@charset "UTF-8" ;
2
2
/* Copyright (c) 2016 The odoc contributors. All rights reserved.
3
3
Distributed under the ISC license, see terms at the end of the file.
4
- %%NAME%% %%VERSION%% */
4
+ odoc 1.4.2 */
5
5
6
6
/* Fonts */
7
7
@import url ('https://fonts.googleapis.com/css?family=Fira+Mono:400,500' );
Original file line number Diff line number Diff line change 16
16
17
17
18
18
19
- let magic = " odoc-%%VERSION%% "
19
+ let magic = " odoc-1.4.2 "
20
20
21
21
let load file ic =
22
22
let m = really_input_string ic (String. length magic) in
You can’t perform that action at this time.
0 commit comments