diff options
author | octachron <octa@polychoron.fr> | 2020-11-30 15:08:47 +0100 |
---|---|---|
committer | octachron <octa@polychoron.fr> | 2020-11-30 15:08:47 +0100 |
commit | c1c3d0e76ddc1982d29e64242cfddca96f964397 (patch) | |
tree | c4df849be00110baf2a3b3921f3be3a3b2721a1b | |
parent | 16de949268d7182e53d207e7802da11e2a4f4e8d (diff) | |
download | ocaml-c1c3d0e76ddc1982d29e64242cfddca96f964397.tar.gz |
release 4.12.0~alpha24.12.0-alpha2
-rw-r--r-- | VERSION | 2 | ||||
-rwxr-xr-x | configure | 28 | ||||
-rw-r--r-- | ocaml-variants.opam | 4 |
3 files changed, 17 insertions, 17 deletions
@@ -1,4 +1,4 @@ -4.12.0+dev5-2020-11-30 +4.12.0~alpha2 # The version string is the first line of this file. # It must be in the format described in stdlib/sys.mli @@ -56,7 +56,7 @@ if test -e '.git' ; then : fi fi # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for OCaml 4.12.0+dev5-2020-11-30. +# Generated by GNU Autoconf 2.69 for OCaml 4.12.0~alpha2. # # Report bugs to <caml-list@inria.fr>. # @@ -646,8 +646,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='OCaml' PACKAGE_TARNAME='ocaml' -PACKAGE_VERSION='4.12.0+dev5-2020-11-30' -PACKAGE_STRING='OCaml 4.12.0+dev5-2020-11-30' +PACKAGE_VERSION='4.12.0~alpha2' +PACKAGE_STRING='OCaml 4.12.0~alpha2' PACKAGE_BUGREPORT='caml-list@inria.fr' PACKAGE_URL='http://www.ocaml.org' @@ -1470,7 +1470,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.12.0+dev5-2020-11-30 to adapt to many kinds of systems. +\`configure' configures OCaml 4.12.0~alpha2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1536,7 +1536,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OCaml 4.12.0+dev5-2020-11-30:";; + short | recursive ) echo "Configuration of OCaml 4.12.0~alpha2:";; esac cat <<\_ACEOF @@ -1692,7 +1692,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OCaml configure 4.12.0+dev5-2020-11-30 +OCaml configure 4.12.0~alpha2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2401,7 +2401,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.12.0+dev5-2020-11-30, which was +It was created by OCaml $as_me 4.12.0~alpha2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2750,8 +2750,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring OCaml version 4.12.0+dev5-2020-11-30" >&5 -$as_echo "$as_me: Configuring OCaml version 4.12.0+dev5-2020-11-30" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring OCaml version 4.12.0~alpha2" >&5 +$as_echo "$as_me: Configuring OCaml version 4.12.0~alpha2" >&6;} # Configuration variables @@ -2831,7 +2831,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -VERSION=4.12.0+dev5-2020-11-30 +VERSION=4.12.0~alpha2 # Note: This is present for the flexdll bootstrap where it exposed as the old @@ -12624,7 +12624,7 @@ case $ocaml_cv_cc_vendor in #( cc_warnings='-Wall -Wdeclaration-after-statement' ;; esac -case $enable_warn_error,4.12.0+dev5-2020-11-30 in #( +case $enable_warn_error,4.12.0~alpha2 in #( yes,*|,*+dev*) : cc_warnings="$cc_warnings $warn_error_flag" ;; #( *) : @@ -16729,7 +16729,7 @@ else ocamldoc=ocamldoc fi -case $enable_ocamltest,4.12.0+dev5-2020-11-30 in #( +case $enable_ocamltest,4.12.0~alpha2 in #( yes,*|,*+dev*) : ocamltest='ocamltest' ;; #( *) : @@ -17446,7 +17446,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.12.0+dev5-2020-11-30, which was +This file was extended by OCaml $as_me 4.12.0~alpha2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17513,7 +17513,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.12.0+dev5-2020-11-30 +OCaml config.status 4.12.0~alpha2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ocaml-variants.opam b/ocaml-variants.opam index ee159c3eca..a4987a0115 100644 --- a/ocaml-variants.opam +++ b/ocaml-variants.opam @@ -1,6 +1,6 @@ opam-version: "2.0" -version: "4.12.0+trunk" -synopsis: "OCaml development version" +version: "4.12.0~alpha2" +synopsis: "Second alpha release for OCaml 4.12.0" depends: [ "ocaml" {= "4.12.0" & post} "base-unix" {post} |