Browse Source

Version 0.3.0-pre1

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

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.3.1-dev
+0.3.0-pre1

+ 1 - 1
_oasis

@@ -1,6 +1,6 @@
 OASISFormat: 0.4
 Name:        OcLaunch
-Version:     0.3.1-dev
+Version:     0.3.0-pre1
 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-dev"
+version: "0.3.0-pre1"
 maintainer: "Leo <leowzukw@vmail.me>"
 authors: "Leo <leowzukw@vmail.me>"
 license: "CeCILL"

+ 3 - 3
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.5 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 0ba43fa4aa7207650fdfc5828f221d2f) *)
+(* DO NOT EDIT (digest: eaecbeeefe6784252e5a3e52f43d3710) *)
 (*
    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-dev";
+          version = "0.3.0-pre1";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -7020,7 +7020,7 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.5";
-     oasis_digest = Some "PFZc\141m[\142\188\137\254\207\162\201\192\207";
+     oasis_digest = Some "5_\173\237\215q\176\178\224I\148v \137N\022";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false

+ 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-dev";;
+let version_number = "0.3.0-pre1";;
 
 (* Variable store building information *)
 (* XXX This is fake value, it corresponds to the running