Skip to content

Commit

Permalink
Bump to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackun committed Nov 6, 2020
1 parent e804210 commit bd1d682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(CMAKE_MODULE_PATH

SET (PLUGIN_VERSION_MAJOR "0")
SET (PLUGIN_VERSION_MINOR "10")
SET (PLUGIN_VERSION_PATCH "0")
SET (PLUGIN_VERSION_PATCH "1")
SET (PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}")
IF(WIN32)
SET (TargetNameVer "${TargetName}-${PLUGIN_VERSION}-${CMAKE_GENERATOR_PLATFORM}")
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.10.0-{build}'
version: '0.10.1-{build}'

os: Visual Studio 2017
clone_folder: C:\USBqemu-wheel
Expand Down

0 comments on commit bd1d682

Please sign in to comment.