File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11odoc — An OCaml API documentation tool
22--------------------------------------
3- %%VERSION%%
3+ v1.2.0
44
55` odoc ` is an OCaml API documentation tool
66
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ let () =
325325 (String. concat ~sep: " , " available_subcommands)
326326 in
327327 Term. (const print_default $ const () ),
328- Term. info ~version: " %%VERSION%% " " odoc"
328+ Term. info ~version: " 1.2.0 " " odoc"
329329 in
330330 match Term. eval_choice ~err: Format. err_formatter default subcommands with
331331 | `Error _ ->
Original file line number Diff line number Diff line change 11@charset "UTF-8" ;
22/* Copyright (c) 2016 Daniel C. Bünzli. All rights reserved.
33 Distributed under the ISC license, see terms at the end of the file.
4- %%NAME%% %%VERSION%% */
4+ odoc 1.2.0 */
55
66/* Reset a few things. */
77
Original file line number Diff line number Diff line change 122122
123123module Table = Hashtbl. Make (T )
124124
125- let magic = " odoc-%%VERSION%% "
125+ let magic = " odoc-1.2.0 "
126126
127127let load file ic =
128128 let m = really_input_string ic (String. length magic) in
Original file line number Diff line number Diff line change 1+ version: "1.2.0"
12opam-version: "1.2"
23name: "odoc"
34author: "Thomas Refis <
[email protected] >"
You can’t perform that action at this time.
0 commit comments