File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ branches:
1111 only :
1212 - master
1313 - develop
14- - /^\d+\.\d+\.\d+-.* $/
14+ - /^\d+\.\d+\.\d+$/
1515
1616matrix :
1717 include :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ set(CMAKE_MODULE_PATH
1818)
1919
2020SET (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 " )
2323SET (PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR} .${PLUGIN_VERSION_MINOR} .${PLUGIN_VERSION_PATCH} " )
2424SET (TargetNameVer "${TargetName} -${PLUGIN_VERSION} " )
2525SET (DEBIAN_PACKAGE "libusbqemu-wheel-unstable" )
Original file line number Diff line number Diff line change 1- version : ' 0.9.2- {build}'
1+ version : ' 0.10. {build}'
22
33os : Visual Studio 2015
44platform : x86
You can’t perform that action at this time.
0 commit comments