Skip to content

Commit 2b2e2c6

Browse files
authored
Merge pull request #3922 from rjbou/2.0.5
Bump version 2.0.5
2 parents 804f522 + 7b42b99 commit 2b2e2c6

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ are not marked).
1010
* Read jobs variable from OpamStateConfig [#3916 @dra27]
1111
* Linting:
1212
* add check upstream option [#3758 @rjbou]
13-
* add warning for with-test in run-test field [#3765, #3860 @rjbou]
14-
* fix misleading `doc` filter warning [#3871 @rjbou]
13+
* add warning for with-test in run-test field [#3765, #3860 @rjbou]
14+
* fix misleading `doc` filter warning [#3871 @rjbou]
1515
* Fix typos [#3891 @dra27, @mehdid]
1616

1717
2.0.4:

configure.ac

Lines changed: 1 addition & 1 deletion
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.0.4)
2+
AC_INIT(opam,2.0.5)
33
AC_COPYRIGHT(Copyright 2012-2017 OcamlPro SAS)
44

55
AC_CONFIG_MACRO_DIR([m4])

opam-client.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"
@@ -21,8 +21,8 @@ build: [
2121
[make "%{name}%.install"]
2222
]
2323
depends: [
24-
"opam-state" {= "2.0.4"}
25-
"opam-solver" {= "2.0.4"}
24+
"opam-state" {= "2.0.5"}
25+
"opam-solver" {= "2.0.5"}
2626
"re" {>= "1.7.2"}
2727
"cmdliner" {>= "0.9.8"}
2828
"dune" {build & >= "1.2.1"}

opam-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"

opam-devel.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"
@@ -22,7 +22,7 @@ build: [
2222
]
2323
build-test: [make "tests"]
2424
depends: [
25-
"opam-client" {= "2.0.4"}
25+
"opam-client" {= "2.0.5"}
2626
"cmdliner" {>= "0.9.8"}
2727
"dune" {build & >= "1.2.1"}
2828
]

opam-format.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"
@@ -21,7 +21,7 @@ build: [
2121
[make "%{name}%.install"]
2222
]
2323
depends: [
24-
"opam-core" {= "2.0.4"}
24+
"opam-core" {= "2.0.5"}
2525
"opam-file-format" {>= "2.0.0~rc2"}
2626
"dune" {build & >= "1.2.1"}
2727
]

opam-installer.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"
@@ -21,7 +21,7 @@ build: [
2121
[make "%{name}%.install"]
2222
]
2323
depends: [
24-
"opam-format" {= "2.0.4"}
24+
"opam-format" {= "2.0.5"}
2525
"cmdliner" {>= "0.9.8"}
2626
"dune" {build & >= "1.2.1"}
2727
]

opam-repository.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"
@@ -21,7 +21,7 @@ build: [
2121
[make "%{name}%.install"]
2222
]
2323
depends: [
24-
"opam-format" {= "2.0.4"}
24+
"opam-format" {= "2.0.5"}
2525
"dune" {build & >= "1.2.1"}
2626
]
2727
available: ocaml-version >= "4.02.3"

opam-solver.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"
@@ -21,7 +21,7 @@ build: [
2121
[make "%{name}%.install"]
2222
]
2323
depends: [
24-
"opam-format" {= "2.0.4"}
24+
"opam-format" {= "2.0.5"}
2525
"mccs" {>= "1.1+9"}
2626
"dose3" {>= "5"}
2727
"cudf" {>= "0.7"}

opam-state.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "2.0.4"
2+
version: "2.0.5"
33
maintainer: "[email protected]"
44
authors: [
55
"Vincent Bernardoff <[email protected]>"
@@ -21,7 +21,7 @@ build: [
2121
[make "%{name}%.install"]
2222
]
2323
depends: [
24-
"opam-repository" {= "2.0.4"}
24+
"opam-repository" {= "2.0.5"}
2525
"dune" {build & >= "1.2.1"}
2626
]
2727
available: ocaml-version >= "4.02.3"

0 commit comments

Comments
 (0)