Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Aug 20, 2021
2 parents a393757 + 2d6ddf2 commit 51f59a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Major Condition="$(Major) == ''">1</Major>
<Minor Condition="$(Minor) == ''">0</Minor>
<Revision Condition="$(Revision) == ''">0</Revision>
<VersionSuffix Condition="$(VersionSuffix) == ''">alpha.8</VersionSuffix>
<VersionSuffix Condition="$(VersionSuffix) == ''">alpha.9</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions native/SOEM_wrapper/exports.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ EXPORTS
RegisterFOECallback
CreateVirtualNetworkDevice
CloseVirtualNetworkDevice
SendEthernetFramesToSlave
ReadEthernetFramesFromSlave
ForwardEthernetToSlave
ForwardEthernetToTapDevice
CreateVirtualSerialPort
CloseVirtualSerialPort
SendSerialDataToSlave
Expand Down

0 comments on commit 51f59a8

Please sign in to comment.