Leo il y a 9 ans
Parent
commit
570102ad82
4 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 1 1
      VERSION
  2. 1 1
      _oasis
  3. 1 1
      opam
  4. 1 1
      src/oclaunch.ml

+ 1 - 1
VERSION

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

+ 1 - 1
_oasis

@@ -1,6 +1,6 @@
 OASISFormat: 0.4
 Name:        OcLaunch
-Version:     0.3.0-pre2
+Version:     0.3.0
 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.0-pre2"
+version: "0.3.0"
 maintainer: "Leo <leowzukw@vmail.me>"
 authors: "Leo <leowzukw@vmail.me>"
 homepage: "http://www.oclaunch.eu.org"

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