Browse Source

Back to dev

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

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.3.0-rc1
+0.3.1

+ 1 - 1
_oasis

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

+ 1 - 1
opam

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

+ 4 - 5
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.5 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: fef05c5a1060338107ca74be27db843d) *)
+(* DO NOT EDIT (digest: 2eec93c75c2157f1a13c4cd4e082f157) *)
 (*
    Regenerated by OASIS v0.4.8
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7047,7 +7047,7 @@ let setup_t =
        {
           oasis_version = "0.4";
           ocaml_version = None;
-          version = "0.3.0-rc1";
+          version = "0.3.1";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -7441,8 +7441,7 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.8";
-     oasis_digest =
-       Some "\030l\234\207\178/\012\189\164\241\024p\228\136\234\002";
+     oasis_digest = Some "\190\186|H\243\220z\133\138xC9\022\b\154\\";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
@@ -7450,7 +7449,7 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 7454 "setup.ml"
+# 7453 "setup.ml"
 let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
 open BaseCompat.Compat_0_4
 (* OASIS_STOP *)

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