Browse Source

Version 0.3.0-pre2

Leo 9 years ago
parent
commit
7b45132247
5 changed files with 9 additions and 8 deletions
  1. 1 1
      VERSION
  2. 1 1
      _oasis
  3. 1 1
      opam
  4. 5 4
      setup.ml
  5. 1 1
      src/oclaunch.ml

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.3.1
+0.3.0-pre2

+ 1 - 1
_oasis

@@ -1,6 +1,6 @@
 OASISFormat: 0.4
 Name:        OcLaunch
-Version:     0.3.1
+Version:     0.3.0-pre2
 Synopsis:    Launch commands automagically
 Authors:     Joly Clément <leowzukw@vmail.me>
 Maintainers: Joly Clément <leowzukw@vmail.me>

+ 1 - 1
opam

@@ -1,6 +1,6 @@
 opam-version: "1.2"
 name: "oclaunch"
-version: "0.3.1"
+version: "0.3.0-pre2"
 maintainer: "Leo <leowzukw@vmail.me>"
 authors: "Leo <leowzukw@vmail.me>"
 homepage: "http://www.oclaunch.eu.org"

+ 5 - 4
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.5 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 70330b54881acd2561c71818e36b1198) *)
+(* DO NOT EDIT (digest: ee3d9f571486e0f224e8dc93cc306657) *)
 (*
    Regenerated by OASIS v0.4.5
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6851,7 +6851,7 @@ let setup_t =
           alpha_features = ["stdfiles_markdown"; "compiled_setup_ml"];
           beta_features = [];
           name = "OcLaunch";
-          version = "0.3.1";
+          version = "0.3.0-pre2";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -7013,7 +7013,8 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.5";
-     oasis_digest = Some "\138\184\215\201c-\148D\234\195o\127\134\128#1";
+     oasis_digest =
+       Some "\174\191\233\233\167\133l\142G\192\146K\243\223\141)";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
@@ -7021,6 +7022,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 7025 "setup.ml"
+# 7026 "setup.ml"
 (* OASIS_STOP *)
 let () = setup ();;

+ 1 - 1
src/oclaunch.ml

@@ -38,7 +38,7 @@ open Core.Std;;
 
 (* Variable to store version number *)
 (* TODO Get value from file *)
-let version_number = "0.3.1";;
+let version_number = "0.3.0-pre2";;
 
 (* Variable store building information *)
 (* XXX This is fake value, it corresponds to the running