Skip to content

Commit

Permalink
upgrade CSIP to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Oct 29, 2016
1 parent fd413f3 commit cb1b531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/csip_version.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# required version and utilities in a single location
CSIP_VERSION = "0.3.5"
CSIP_VERSION = "0.3.6"

function vn2int(vn::VersionNumber)
100*vn.major + 10*vn.minor + vn.patch
Expand Down

0 comments on commit cb1b531

Please sign in to comment.