Skip to content

Commit 3b48092

Browse files
committed
Bump to 0.9.0
1 parent 5801681 commit 3b48092

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ set(CMAKE_MODULE_PATH
1818
)
1919

2020
SET (PLUGIN_VERSION_MAJOR "0")
21-
SET (PLUGIN_VERSION_MINOR "8")
22-
SET (PLUGIN_VERSION_PATCH "5")
21+
SET (PLUGIN_VERSION_MINOR "9")
22+
SET (PLUGIN_VERSION_PATCH "0")
2323
SET (PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}")
2424
SET (TargetNameVer "${TargetName}-${PLUGIN_VERSION}")
2525
SET (DEBIAN_PACKAGE "libusbqemu-wheel-unstable")

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.8.2-{build}'
1+
version: '0.9.0-{build}'
22

33
os: Visual Studio 2015
44
platform: x86

0 commit comments

Comments
 (0)