Skip to content

Commit 6ff0820

Browse files
committed
Increment version for 2.0.13 development
1 parent 9a4395a commit 6ff0820

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

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=12
21+
version.build=13
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 12
66+
#define TCN_PATCH_VERSION 13
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.12"
22+
#define TCN_VERSION "2.0.13"
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,12,0
39-
PRODUCTVERSION 2,0,12,0
38+
FILEVERSION 2,0,13,0
39+
PRODUCTVERSION 2,0,13,0
4040
FILEFLAGSMASK 0x3fL
4141
#ifdef _DEBUG
4242
FILEFLAGS 0x1L

xdocs/miscellaneous/changelog.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
branch started from the 1.2.33 tag.
3232
</p>
3333
</section>
34+
<section name="Changes in 2.0.13">
35+
<changelog>
36+
</changelog>
37+
</section>
3438
<section name="Changes in 2.0.12">
3539
<changelog>
3640
<fix>

0 commit comments

Comments
 (0)