Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jan 19, 2015
1 parent 0c05137 commit 530c350
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: git
Version: 1.4.4
Version: 1.4.5
Synopsis: A low-level interface to Git in pure OCaml
Authors: Thomas Gazagnaire
License: ISC
Expand Down
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: ce9b37c14bb00edadb84f698536522ee)
version = "1.4.4"
# DO NOT EDIT (digest: a5309cdb2ceaaa63e5e543d2cbf6d838)
version = "1.4.5"
description = "A low-level interface to Git in pure OCaml"
requires = "mstruct dolog ocamlgraph zip nocrypto uri lwt hex"
archive(byte) = "git.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "git.cmxa"
archive(native, plugin) = "git.cmxs"
exists_if = "git.cma"
package "unix" (
version = "1.4.4"
version = "1.4.5"
description = "A low-level interface to Git in pure OCaml"
requires = "git cohttp.lwt lwt.unix conduit.lwt-unix uri.services"
archive(byte) = "git-unix.cma"
Expand All @@ -20,7 +20,7 @@ package "unix" (
)

package "mirage" (
version = "1.4.4"
version = "1.4.5"
description = "A low-level interface to Git in pure OCaml"
requires = "git mirage-types.lwt io-page"
archive(byte) = "git-mirage.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.4.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: d6f3dce1bbee31cbc6c6a4282b214a29) *)
(* DO NOT EDIT (digest: c93eeea2baacd30d99e5a6b61641c1ec) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6861,7 +6861,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "git";
version = "1.4.4";
version = "1.4.5";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7220,7 +7220,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "¤Î÷O\015úý\004N/fE\031\028";
oasis_digest = Some "¾ckq\007D,ý\148¶¿\031\018Ä¿´";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 530c350

Please sign in to comment.