Skip to content

Commit 4886b02

Browse files
committed
Increment version to prepare for 2.0.11 release
1 parent 391f507 commit 4886b02

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.properties.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# ----- Version Control Flags -----
1919
version.major=2
2020
version.minor=0
21-
version.build=10
21+
version.build=11
2222
version.patch=0
2323
version.suffix=-dev
2424

native/include/tcn_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extern "C" {
6363
#define TCN_MINOR_VERSION 0
6464

6565
/** patch level */
66-
#define TCN_PATCH_VERSION 10
66+
#define TCN_PATCH_VERSION 11
6767

6868
/**
6969
* This symbol is defined for internal, "development" copies of TCN. This

native/os/win32/libtcnative.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LANGUAGE 0x9,0x1
1919
"See the License for the specific language governing " \
2020
"permissions and limitations under the License."
2121

22-
#define TCN_VERSION "2.0.10"
22+
#define TCN_VERSION "2.0.11"
2323
1000 ICON "apache.ico"
2424

2525
1001 DIALOGEX 0, 0, 252, 51
@@ -35,8 +35,8 @@ BEGIN
3535
END
3636

3737
1 VERSIONINFO
38-
FILEVERSION 2,0,10,0
39-
PRODUCTVERSION 2,0,10,0
38+
FILEVERSION 2,0,11,0
39+
PRODUCTVERSION 2,0,11,0
4040
FILEFLAGSMASK 0x3fL
4141
#ifdef _DEBUG
4242
FILEFLAGS 0x1L

0 commit comments

Comments
 (0)