Skip to content

Commit 9271644

Browse files
committed
Increment version for next development cycle
1 parent 36e24dd commit 9271644

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

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

xdocs/miscellaneous/changelog.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
branch started from the 1.2.33 tag.
3232
</p>
3333
</section>
34+
<section name="Changes in 2.0.12">
35+
</section>
3436
<section name="Changes in 2.0.11">
3537
<changelog>
3638
<fix>

0 commit comments

Comments
 (0)