Skip to content

Commit ef01736

Browse files
committed
Tag 2.0.12
1 parent 9a4395a commit ef01736

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.properties.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version.major=2
2020
version.minor=0
2121
version.build=12
2222
version.patch=0
23-
version.suffix=-dev
23+
version.suffix=
2424

2525
# ----- Default Base Path for Dependent Packages -----
2626
# Please note this path must be absolute, not relative,

native/include/tcn_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extern "C" {
6969
* This symbol is defined for internal, "development" copies of TCN. This
7070
* symbol will be #undef'd for releases.
7171
*/
72-
#define TCN_IS_DEV_VERSION 1
72+
#define TCN_IS_DEV_VERSION 0
7373

7474

7575
/** The formatted string of APU's version */

0 commit comments

Comments
 (0)