Skip to content

Commit

Permalink
Update version in _oasis file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenth committed Sep 14, 2012
1 parent 229f445 commit 0009438
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: srs
Version: 0.1.0
Version: 1.0.0
Synopsis: OCaml SRS library
Authors: Andre Nathan
License: BSD3
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: b60c071a4949664a233690085c838837)
version = "0.1.0"
# DO NOT EDIT (digest: e298657fdc2143059327f7c8b4ea30d8)
version = "1.0.0"
description = "OCaml SRS library"
archive(byte) = "srs.cma"
archive(byte, plugin) = "srs.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.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 0876b5549c8d2376ae7132da0b794d69) *)
(* DO NOT EDIT (digest: adee9db01abfd3f87d9086c79ed45d77) *)
(*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -5578,7 +5578,7 @@ let setup_t =
ocaml_version = None;
findlib_version = None;
name = "srs";
version = "0.1.0";
version = "1.0.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -5697,7 +5697,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest = Some "\222\005\185\r\028\204.{XIY\003\235\127L\\";
oasis_digest = Some "\238\177\229\023\006*QB0U\203$$\185\135\159";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
Expand Down

0 comments on commit 0009438

Please sign in to comment.