Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 22, 2025
1 parent b78fa76 commit 606ce11
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 2.9)
(version 2.1.0)
(version 2.1.1)
(name posix-bindings)
(source (github savonet/ocaml-posix))
(license MIT)
Expand Down
2 changes: 1 addition & 1 deletion posix-base.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Base module for the posix bindings"
description: "posix-base provides base tools for the posix binding modules."
maintainer: ["[email protected]"]
Expand Down
2 changes: 1 addition & 1 deletion posix-bindings.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "POSIX bindings"
description: "install all available posix bindings"
maintainer: ["[email protected]"]
Expand Down
2 changes: 1 addition & 1 deletion posix-getopt.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for posix getopt/getopt_long"
description:
"posix-getopt provides a simple interface for the POSIX getopt and its extensions, getopt_long and getopt_long_only."
Expand Down
2 changes: 1 addition & 1 deletion posix-math2.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for posix math"
description:
"posix-math2 provides a simple interface for POSIX math functions."
Expand Down
2 changes: 1 addition & 1 deletion posix-signal.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for the types defined in <signal.h>"
description:
"posix-signal provides an API to the types and bindings defined in <signal.h>"
Expand Down
2 changes: 1 addition & 1 deletion posix-socket-unix.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for posix sockets"
description:
"posix-socket-unix provides unix-specific types and bindings for posix sockets."
Expand Down
2 changes: 1 addition & 1 deletion posix-socket.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for posix sockets"
description:
"posix-socket provides the types and bindings of posix sockets APIs available on both unix and windows."
Expand Down
2 changes: 1 addition & 1 deletion posix-time2.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for posix time functions"
description:
"posix-time2 provides the types and bindings for posix time APIs."
Expand Down
2 changes: 1 addition & 1 deletion posix-types.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for the types defined in <sys/types.h>"
description:
"posix-types provides an API to the types defined in <sys/types.h>"
Expand Down
2 changes: 1 addition & 1 deletion posix-uname.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
version: "2.1.1"
synopsis: "Bindings for posix uname"
description: "posix-uname provides a simple interface for POSIX uname."
maintainer: ["[email protected]"]
Expand Down

0 comments on commit 606ce11

Please sign in to comment.