Skip to content

Commit 789671d

Browse files
committed
Bump to 0.10.0
1 parent 04553c6 commit 789671d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branches:
1111
only:
1212
- master
1313
- develop
14-
- /^\d+\.\d+\.\d+-.*$/
14+
- /^\d+\.\d+\.\d+$/
1515

1616
matrix:
1717
include:

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 "9")
22-
SET (PLUGIN_VERSION_PATCH "2")
21+
SET (PLUGIN_VERSION_MINOR "10")
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.9.2-{build}'
1+
version: '0.10.{build}'
22

33
os: Visual Studio 2015
44
platform: x86

0 commit comments

Comments
 (0)