Skip to content

Commit

Permalink
update CSIP version (for bugfix there)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Aug 10, 2017
1 parent a1a567a commit ab5119d
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.4.2"
CSIP_VERSION = "0.4.3"

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

0 comments on commit ab5119d

Please sign in to comment.