Parcourir la source

Version 0.2.0-rc2

 - Update version number
Leo il y a 10 ans
Parent
commit
0f6cb34bc1
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      VERSION
  2. 1 1
      _oasis
  3. 1 1
      src/oclaunch.ml

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.2.0-dev
+0.2.0-rc2

+ 1 - 1
_oasis

@@ -1,6 +1,6 @@
 OASISFormat: 0.4
 OASISFormat: 0.4
 Name:        OcLaunch
 Name:        OcLaunch
-Version:     0.2.0-dev
+Version:     0.2.0-rc2
 Synopsis:    Launch commands automatically
 Synopsis:    Launch commands automatically
 Authors:     Joly Clément <leowzukw@vmail.me>
 Authors:     Joly Clément <leowzukw@vmail.me>
 Maintainers: Joly Clément <leowzukw@vmail.me>
 Maintainers: Joly Clément <leowzukw@vmail.me>

+ 1 - 1
src/oclaunch.ml

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