Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackun committed Sep 5, 2019
1 parent 0d362b9 commit 8b9367d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -18,8 +18,8 @@ set(CMAKE_MODULE_PATH
)

SET (PLUGIN_VERSION_MAJOR "0")
SET (PLUGIN_VERSION_MINOR "7")
SET (PLUGIN_VERSION_PATCH "4")
SET (PLUGIN_VERSION_MINOR "8")
SET (PLUGIN_VERSION_PATCH "0")
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
@@ -1,4 +1,4 @@
version: '0.7.4-{build}'
version: '0.8.0-{build}'

os: Visual Studio 2015
platform: x86
Expand Down

0 comments on commit 8b9367d

Please sign in to comment.