Skip to content

Commit 4742d89

Browse files
committed
Increment version for next development cycle
1 parent 3ae06d4 commit 4742d89

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=14
21+
version.build=15
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 14
66+
#define TCN_PATCH_VERSION 15
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.14"
22+
#define TCN_VERSION "2.0.15"
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,14,0
39-
PRODUCTVERSION 2,0,14,0
38+
FILEVERSION 2,0,15,0
39+
PRODUCTVERSION 2,0,15,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="2.0.15" rtext="developement in progress">
35+
<changelog>
36+
</changelog>
37+
</section>
3438
<section name="2.0.14" rtext="2026-03-10">
3539
<changelog>
3640
<scode>

0 commit comments

Comments
 (0)