Skip to content

Commit 4dbc3f6

Browse files
committed
Tag 2.0.13
1 parent d4c052c commit 4dbc3f6

3 files changed

Lines changed: 3 additions & 3 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=13
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 */

xdocs/miscellaneous/changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
branch started from the 1.2.33 tag.
3232
</p>
3333
</section>
34-
<section name="2.0.13" rtext="in development">
34+
<section name="2.0.13" rtext="">
3535
<changelog>
3636
<scode>
3737
Due to various refactorings, the 2.0.x code no longer compiles with

0 commit comments

Comments
 (0)