Skip to content

Commit

Permalink
release 4.09.0+beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendoligez committed Jun 27, 2019
1 parent 3ad79f7 commit be7b757
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.09.0+dev3-2019-06-27
4.09.0+beta1

# The version string is the first line of this file.
# It must be in the format described in stdlib/sys.mli
Binary file modified boot/ocamlc
Binary file not shown.
Binary file modified boot/ocamllex
Binary file not shown.
4 changes: 2 additions & 2 deletions manual/manual/macros.hva
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@

\newcommand{\vfill}{}
\def\number{}
\def\year{2013}
\def\year{2019}

% Pour alltt
\def\rminalltt#1{{\rm #1}}
Expand All @@ -200,4 +200,4 @@
\newenvironment{maintitle}{\@open{div}{class="maintitle"}}{\@close{div}}

%%% References to modules in the standard library
\newcommand{\stdmoduleref}[1]{\ahref{libref/#1.html}{\texttt{#1}}}
\newcommand{\stdmoduleref}[1]{\ahref{libref/#1.html}{\texttt{#1}}}
4 changes: 2 additions & 2 deletions ocaml-variants.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
version: "4.09.0+trunk"
synopsis: "OCaml development version"
version: "4.09.0+beta1"
synopsis: "First beta of OCaml 4.09.0"
depends: [
"ocaml" {= "4.09.0" & post}
"base-unix" {post}
Expand Down

0 comments on commit be7b757

Please sign in to comment.