File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111# version format
1212# version must contains build number to make sure that all commits are processed by appveyor.
1313# If build number is not part of the version than appveyor build fails with the following message: "Build version x.y.z already exists."
14- version : 2.0 .0.{build}
14+ version : 2.1 .0.{build}
1515
1616# branches to build
1717branches :
1818 only :
19- - prerelease-v2.0.0
19+ - master
2020
2121# Do not build on tags (GitHub and BitBucket)
2222skip_tags : true
Original file line number Diff line number Diff line change 1- set PRODUCT_VERSION = 2.0 .0
1+ set PRODUCT_VERSION = 2.1 .0
Original file line number Diff line number Diff line change 11#ifndef BINCPP_VERSION_H
22#define BINCPP_VERSION_H
3- #define BINCPP_VERSION "2.0 .0"
3+ #define BINCPP_VERSION "2.1 .0"
44#endif //BINCPP_VERSION_H
Original file line number Diff line number Diff line change 1- !define PRODUCT_VERSION " 2.0 .0"
1+ !define PRODUCT_VERSION " 2.1 .0"
You can’t perform that action at this time.
0 commit comments