Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriyuki committed Jun 9, 2014
1 parent 0be16ff commit 69a923c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: ucorelib
Version: 0.1.0
Version: 0.2.0
Synopsis: A light weight Unicode library for OCaml
Authors: Yoriyuki Yamagata
License: LGPL-3.0 with OCaml linking exception
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.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: c6d7eaf7dda4ac04f97dd1aa1245049d) *)
(* DO NOT EDIT (digest: 433d6db2e945adcd831af420f784af6c) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6842,7 +6842,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "ucorelib";
version = "0.1.0";
version = "0.2.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7022,7 +7022,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "â\155\131\012àsaÌÒÚ+^\140\023";
oasis_digest = Some "4'\139§>bù7ÐZ0x\005a\\Æ";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
4 changes: 2 additions & 2 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 29b817078e2897c9b458828639658ec8)
version = "0.1.0"
# DO NOT EDIT (digest: 0dd00ae0541335a9157470acbfd850be)
version = "0.2.0"
description = "A light weight Unicode library for OCaml"
requires = "batteries bitv"
archive(byte) = "ucorelib.cma"
Expand Down

0 comments on commit 69a923c

Please sign in to comment.