Skip to content

Commit f833600

Browse files
authored
Merge pull request #6476 from kit-ty-kate/bump-2.4.0-alpha2-dev
Bump the version number to 2.4.0~alpha2~dev
2 parents ec8842a + bc1342a commit f833600

11 files changed

+19
-18
lines changed

configure

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl The line below must be formatted AC_INIT([opam],[VERSION]) with no extra spaces
2-
AC_INIT([opam],[2.4.0~alpha1])
2+
AC_INIT([opam],[2.4.0~alpha2~dev])
33
AC_COPYRIGHT(Copyright 2012-2019 OcamlPro SAS)
44

55
AC_CONFIG_MACRO_DIR([m4])

master_changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ moved, etc.), please update the _API updates_ part (it helps opam library
1111
users)
1212

1313
## Version
14+
* Bump the version number to `2.4.0~alpha2~dev` [#6476 @kit-ty-kate]
1415

1516
## Global CLI
1617

opam-client.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "Client library for opam 2.4"
44
description: """
55
Actions on the opam root, switches, installations, and front-end.

opam-core.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "Core library for opam 2.4"
44
description:
55
"Small standard library extensions, and generic system interaction modules used by opam."

opam-devel.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "Bootstrapped development binary for opam 2.4"
44
description: """
55
This package compiles (bootstraps) opam. For consistency and safety of the installation, the binaries are not installed into the PATH, but into lib/opam-devel, from where the user can manually install them system-wide.

opam-format.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "Format library for opam 2.4"
44
description: """
55
Definition of opam datastructures and its file interface.

opam-installer.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "Installation of files to a prefix, following opam conventions"
44
description: """
55
opam-installer is a small tool that can read *.install files, as defined by opam [1], and execute them to install or remove package files without going through opam.

opam-repository.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "Repository library for opam 2.4"
44
description: """
55
This library includes repository and remote sources handling, including curl/wget, rsync, git, mercurial, darcs backends.

opam-solver.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "Solver library for opam 2.4"
44
description: """
55
Solver and Cudf interaction. This library is based on the Cudf and Dose libraries, and handles calls to the external solver from opam.

opam-state.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.4.0~alpha1"
2+
version: "2.4.0~alpha2~dev"
33
synopsis: "State library for opam 2.4"
44
description: """
55
Handling of the ~/.opam hierarchy, repository and switch states.

0 commit comments

Comments
 (0)