Skip to content

Commit 0980673

Browse files
committed
Increment version for 2.0.14 development
1 parent d4c052c commit 0980673

4 files changed

Lines changed: 8 additions & 6 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=13
21+
version.build=14
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 13
66+
#define TCN_PATCH_VERSION 14
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.13"
22+
#define TCN_VERSION "2.0.14"
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,13,0
39-
PRODUCTVERSION 2,0,13,0
38+
FILEVERSION 2,0,14,0
39+
PRODUCTVERSION 2,0,14,0
4040
FILEFLAGSMASK 0x3fL
4141
#ifdef _DEBUG
4242
FILEFLAGS 0x1L

xdocs/miscellaneous/changelog.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
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.14" rtext="in development">
35+
</section>
36+
<section name="2.0.13" rtext="release in progress">
3537
<changelog>
3638
<scode>
3739
Due to various refactorings, the 2.0.x code no longer compiles with

0 commit comments

Comments
 (0)