Skip to content

Commit

Permalink
release 4.08.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Aug 5, 2019
1 parent d086cbb commit 7c08108
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.08.1+dev7-2019-08-01
4.08.1

# 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.
26 changes: 13 additions & 13 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for OCaml 4.08.1+dev7-2019-08-01.
# Generated by GNU Autoconf 2.69 for OCaml 4.08.1.
#
# Report bugs to <caml-list@inria.fr>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='OCaml'
PACKAGE_TARNAME='ocaml'
PACKAGE_VERSION='4.08.1+dev7-2019-08-01'
PACKAGE_STRING='OCaml 4.08.1+dev7-2019-08-01'
PACKAGE_VERSION='4.08.1'
PACKAGE_STRING='OCaml 4.08.1'
PACKAGE_BUGREPORT='caml-list@inria.fr'
PACKAGE_URL='http://www.ocaml.org'

Expand Down Expand Up @@ -1430,7 +1430,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures OCaml 4.08.1+dev7-2019-08-01 to adapt to many kinds of systems.
\`configure' configures OCaml 4.08.1 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1501,7 +1501,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of OCaml 4.08.1+dev7-2019-08-01:";;
short | recursive ) echo "Configuration of OCaml 4.08.1:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1657,7 +1657,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
OCaml configure 4.08.1+dev7-2019-08-01
OCaml configure 4.08.1
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2320,7 +2320,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by OCaml $as_me 4.08.1+dev7-2019-08-01, which was
It was created by OCaml $as_me 4.08.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2669,8 +2669,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring OCaml version 4.08.1+dev7-2019-08-01" >&5
$as_echo "$as_me: Configuring OCaml version 4.08.1+dev7-2019-08-01" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring OCaml version 4.08.1" >&5
$as_echo "$as_me: Configuring OCaml version 4.08.1" >&6;}

# Configuration variables

Expand Down Expand Up @@ -2745,7 +2745,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
## Output variables


VERSION=4.08.1+dev7-2019-08-01
VERSION=4.08.1


# Note: This is present for the flexdll bootstrap where it exposed as the old
Expand Down Expand Up @@ -12365,7 +12365,7 @@ case $ocaml_cv_cc_vendor in #(
msvc-*) :
outputobj=-Fo; CPP="cl -nologo -EP"; gcc_warnings="" ;; #(
*) :
outputobj='-o $(EMPTY)'; case 4.08.1+dev7-2019-08-01 in #(
outputobj='-o $(EMPTY)'; case 4.08.1 in #(
*+dev*) :
gcc_warnings="-Wall -Werror" ;; #(
*) :
Expand Down Expand Up @@ -17560,7 +17560,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by OCaml $as_me 4.08.1+dev7-2019-08-01, which was
This file was extended by OCaml $as_me 4.08.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -17627,7 +17627,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
OCaml config.status 4.08.1+dev7-2019-08-01
OCaml config.status 4.08.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
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.08.1+trunk"
synopsis: "OCaml development version"
version: "4.08.1"
synopsis: "OCaml release 4.08.1"
depends: [
"ocaml" {= "4.08.1" & post}
"base-unix" {post}
Expand Down

0 comments on commit 7c08108

Please sign in to comment.