Skip to content

Commit ea6c54b

Browse files
committed
Use exact version number for when #265 fix was merged
1 parent 9151f80 commit ea6c54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cformat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
formatters = Dict{ Compat.ASCIIString, Function }()
22

3-
@static if VERSION >= v"0.6-"
3+
@static if VERSION >= v"0.6.0-dev.1671"
44

55
sprintf1( fmt::Compat.ASCIIString, x ) = eval(Expr(:call, generate_formatter( fmt ), x))
66

0 commit comments

Comments
 (0)