Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwal committed Sep 28, 2016
1 parent b0087d2 commit ac58cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myocamlbuild.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Solvuu_build.Std
open Solvuu_build.Util

let project_name = "future"
let version = "dev"
let version = "0.2.0"

let lib ?findlib_deps ?internal_deps ?ml_files lib_name : Project.item =
Project.lib (sprintf "%s_%s" project_name lib_name)
Expand Down

0 comments on commit ac58cff

Please sign in to comment.