Parcourir la source

Update version number (dev)

 - Update Changelog and TODO
Leo il y a 10 ans
Parent
commit
d65caf47b3
5 fichiers modifiés avec 9 ajouts et 6 suppressions
  1. 5 3
      CHANGELOG.md
  2. 1 0
      TODO.md
  3. 1 1
      VERSION
  4. 1 1
      _oasis
  5. 1 1
      src/oclaunch.ml

+ 5 - 3
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog of OcLaunch
 
-## v0.1.4
+## v0.2.0
  + Add new command line option.
    + “-r” can now take a number to start from.
  + Improve some messages.
@@ -11,10 +11,12 @@
  + Add logo.
  + Clean up some code.
 
-## v0.1.3
+## v0.1.x
+
+### v0.1.3
  + Correct bug (See commit 4d20125a03c6f8735f39a95bb9e68a0476c89d45).
 
-## v0.1.2
+### v0.1.2
  + First public usable version.
    + Create wiki.
    + Use Oasis

+ 1 - 0
TODO.md

@@ -7,6 +7,7 @@
     + @RomFouq: Add message on reset
 
 ## Major issue
+ + Remove warnings
 
 ## Short term
 

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.1.4-dev
+0.2.0-dev

+ 1 - 1
_oasis

@@ -1,6 +1,6 @@
 OASISFormat: 0.4
 Name:        OcLaunch
-Version:     0.1.4-dev
+Version:     0.2.0-dev
 Synopsis:    Launch commands automatically
 Authors:     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 *)
 (* TODO Get value from file *)
-let version_number = "0.1.4-dev";;
+let version_number = "0.2.0-dev";;
 
 (* Variable store building information *)
 (* XXX This is fake value, it corresponds to the running