Skip to content

Commit

Permalink
Test DSS C-API 0.12.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Apr 13, 2022
1 parent ef25ff6 commit e35e49c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abstract type Windows <: AbstractOS end
abstract type MacOS <: BSD end
abstract type Linux <: BSD end

const DSS_CAPI_TAG = "0.12.0b1"
const DSS_CAPI_TAG = "0.12.0b5"

function download(::Type{MacOS})

Expand Down
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatically generated using Clang.jl


const DSS_CAPI_VERSION = "0.12.0b1"
const DSS_CAPI_VERSION = "0.12.0"

@cenum MonitorModes::UInt32 begin
MonitorModes_VI = 0
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include("init.jl")

println(OpenDSSDirect.Basic.Version())

@test ODD.Lib.DSS_CAPI_VERSION == "0.12.0b1"
@test ODD.Lib.DSS_CAPI_VERSION == "0.12.0"

include("lowlevel.jl")
include("basics.jl")
Expand Down

0 comments on commit e35e49c

Please sign in to comment.