diff --git a/configure b/configure index 580bcb7b664..9a5989c6f55 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for opam 2.1.0~beta2. +# Generated by GNU Autoconf 2.69 for opam 2.1.0~beta3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='opam' PACKAGE_TARNAME='opam' -PACKAGE_VERSION='2.1.0~beta2' -PACKAGE_STRING='opam 2.1.0~beta2' +PACKAGE_VERSION='2.1.0~beta3' +PACKAGE_STRING='opam 2.1.0~beta3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1307,7 +1307,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 opam 2.1.0~beta2 to adapt to many kinds of systems. +\`configure' configures opam 2.1.0~beta3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1369,7 +1369,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of opam 2.1.0~beta2:";; + short | recursive ) echo "Configuration of opam 2.1.0~beta3:";; esac cat <<\_ACEOF @@ -1475,7 +1475,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -opam configure 2.1.0~beta2 +opam configure 2.1.0~beta3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1813,7 +1813,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 opam $as_me 2.1.0~beta2, which was +It was created by opam $as_me 2.1.0~beta3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -6887,7 +6887,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 opam $as_me 2.1.0~beta2, which was +This file was extended by opam $as_me 2.1.0~beta3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6940,7 +6940,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="\\ -opam config.status 2.1.0~beta2 +opam config.status 2.1.0~beta3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 9ff0d8a775f..b88fab8f825 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl The line below must be formatted AC_INIT(opam,VERSION) with no extra spaces -AC_INIT(opam,2.1.0~beta2) +AC_INIT(opam,2.1.0~beta3) AC_COPYRIGHT(Copyright 2012-2019 OcamlPro SAS) AC_CONFIG_MACRO_DIR([m4]) diff --git a/master_changes.md b/master_changes.md index dd011187aa9..646a0878228 100644 --- a/master_changes.md +++ b/master_changes.md @@ -4,7 +4,7 @@ Possibly scripts breaking changes are prefixed with ✘. New option/command/subcommand are prefixed with ◈. ## Version - * + * Bump version to '2.1.0~beta3' [@altgr] ## Global CLI * diff --git a/opam-client.opam b/opam-client.opam index eff2eba0982..9560c26bb5d 100644 --- a/opam-client.opam +++ b/opam-client.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " diff --git a/opam-core.opam b/opam-core.opam index cfa1e7b54d2..c63f0f3d65e 100644 --- a/opam-core.opam +++ b/opam-core.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " diff --git a/opam-devel.opam b/opam-devel.opam index b16037cd624..d64e550a382 100644 --- a/opam-devel.opam +++ b/opam-devel.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " diff --git a/opam-format.opam b/opam-format.opam index 141721cc07a..eb4d30c7062 100644 --- a/opam-format.opam +++ b/opam-format.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " diff --git a/opam-installer.opam b/opam-installer.opam index f1850ca8711..4cd1b3d0aa0 100644 --- a/opam-installer.opam +++ b/opam-installer.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " diff --git a/opam-repository.opam b/opam-repository.opam index 9acb3d2046f..0fef729e334 100644 --- a/opam-repository.opam +++ b/opam-repository.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " diff --git a/opam-solver.opam b/opam-solver.opam index 94fec6ae44c..51d3a83e14c 100644 --- a/opam-solver.opam +++ b/opam-solver.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " diff --git a/opam-state.opam b/opam-state.opam index 356db4c35c4..33e154e834f 100644 --- a/opam-state.opam +++ b/opam-state.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "2.1.0~beta2" +version: "2.1.0~beta3" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff "