Skip to content

Commit

Permalink
Merge pull request #38 from yomimono/prepare-0.4
Browse files Browse the repository at this point in the history
prepare for 0.4 release
  • Loading branch information
haesbaert authored Jan 21, 2017
2 parents 5a25d8f + 1f0b10d commit e86413b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requires = "cstruct cstruct.ppx sexplib ipaddr result rresult"

package "server" (
version = "0.1"
version = "0.4"
description = "Charrua DHCP Server."
requires = "io-page.unix cstruct.unix tcpip tcpip.ethif tcpip.ipv4 tcpip.udp"
archive(byte) = "dhcp_server.cma"
Expand All @@ -12,7 +12,7 @@ package "server" (
)

package "wire" (
version = "0.1"
version = "0.4"
description = "Charrua DHCP utilities."
requires = "io-page.unix cstruct.unix tcpip tcpip.ethif tcpip.ipv4 tcpip.udp"
archive(byte) = "dhcp_wire.cma"
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"sexplib"
"menhir"
"ipaddr" {>= "2.5.0"}
"tcpip"
"tcpip" {>= "3.0.0"}
"result"
"rresult"
]

0 comments on commit e86413b

Please sign in to comment.