Skip to content

Commit

Permalink
Next version will be 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenth committed Jan 22, 2013
1 parent 0b9d901 commit 2fe00a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: release
Version: 1.0.1
Version: 2.0.0
Synopsis: OCaml daemon framework
Authors: Andre Nathan
License: MIT
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
release (2.0.0-0digirati1) precise; urgency=low

* Version 2.0.0

-- Andre Nathan <andre@digirati.com.br> Tue, 22 Jan 2013 15:41:12 -0200

release (1.0.1-0digirati1) precise; urgency=low

* Version 1.0.1
Expand Down
12 changes: 6 additions & 6 deletions lib/core/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: da94194cfc5aa3fe62df3716369720b6)
version = "1.0.1"
# DO NOT EDIT (digest: d73df698adeb91fcdc1d7648bfcfa605)
version = "2.0.0"
description = "OCaml daemon framework"
requires = "lwt lwt.syntax lwt.unix release.buffer release.util"
archive(byte) = "release.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "release.cmxa"
archive(native, plugin) = "release.cmxs"
exists_if = "release.cma"
package "util" (
version = "1.0.1"
version = "2.0.0"
description = "Miscellaneuous utility functions"
archive(byte) = "release-util.cma"
archive(byte, plugin) = "release-util.cma"
Expand All @@ -19,7 +19,7 @@ package "util" (
)

package "config" (
version = "1.0.1"
version = "2.0.0"
description = "Configuration file support for Release daemons"
requires = "lwt lwt.syntax release.util str unix"
archive(byte) = "release-config.cma"
Expand All @@ -30,7 +30,7 @@ package "config" (
)

package "bytes" (
version = "1.0.1"
version = "2.0.0"
description = "Binary operations for Release daemons"
requires = "release.buffer uint.uint32 uint.uint64 uint.uint128"
archive(byte) = "release-bytes.cma"
Expand All @@ -41,7 +41,7 @@ package "bytes" (
)

package "buffer" (
version = "1.0.1"
version = "2.0.0"
description = "Buffer type for Release"
requires = "lwt lwt.syntax lwt.unix"
archive(byte) = "release-buffer.cma"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.2.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 410bea5e334cd9dfdbefe645ec1e5cd9) *)
(* DO NOT EDIT (digest: 1772de9b045d902b7dfd1dad8d875869) *)
(*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -5590,7 +5590,7 @@ let setup_t =
ocaml_version = None;
findlib_version = None;
name = "release";
version = "1.0.1";
version = "2.0.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6139,7 +6139,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest = Some "\144\132\148\238z\162A\187\1960Z\007-D\232X";
oasis_digest = Some "R\189\238\026%\006)\224\243(\006Q<1.\181";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
Expand Down

0 comments on commit 2fe00a1

Please sign in to comment.