Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackun committed Jun 2, 2020
1 parent 5cac5d0 commit 53b4169
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 @@ -19,7 +19,7 @@ set(CMAKE_MODULE_PATH

SET (PLUGIN_VERSION_MAJOR "0")
SET (PLUGIN_VERSION_MINOR "9")
SET (PLUGIN_VERSION_PATCH "1")
SET (PLUGIN_VERSION_PATCH "2")
SET (PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}")
SET (TargetNameVer "${TargetName}-${PLUGIN_VERSION}")
SET (DEBIAN_PACKAGE "libusbqemu-wheel-unstable")
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.9.1-{build}'
version: '0.9.2-{build}'

os: Visual Studio 2015
platform: x86
Expand Down

0 comments on commit 53b4169

Please sign in to comment.