Skip to content

Commit 4a92f52

Browse files
committed
Modified version related files to v2.1.0
1 parent 44ca214 commit 4a92f52

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
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
1717
branches:
1818
only:
19-
- prerelease-v2.0.0
19+
- master
2020

2121
# Do not build on tags (GitHub and BitBucket)
2222
skip_tags: true

version_info.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set PRODUCT_VERSION=2.0.0
1+
set PRODUCT_VERSION=2.1.0

version_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

version_info.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
!define PRODUCT_VERSION "2.0.0"
1+
!define PRODUCT_VERSION "2.1.0"

0 commit comments

Comments
 (0)