Skip to content

Commit 0b3f34c

Browse files
authored
Merge pull request #3754 from hpwamr/mui
Preparation Version files for "Release_Candidate_5.21.1109.1"
2 parents b0dfe42 + b7b2d9a commit 0b3f34c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Build/Changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
3333

3434

3535
========================================================
36-
Current BETA/RC Version 5.21.1030.(build_#) (2021-10-30)
36+
Current BETA/RC Version 5.21.1109.(build_#) (2021-11-09)
3737
========================================================
3838

3939
--------------------------------------------------------

Versions/day.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1030
1+
1109

res/Notepad3.exe.manifest.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<assemblyIdentity
44
name="Rizonesoft.Notepad3"
55
processorArchitecture="*"
6-
version="5.21.1030.1"
6+
version="5.21.1109.1"
77
type="win32"
88
/>
9-
<description>Notepad3 beta</description>
9+
<description>Notepad3 rc</description>
1010
</assembly>

src/VersionEx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
#define SAPPNAME "Notepad3"
99
#define VERSION_MAJOR 5
1010
#define VERSION_MINOR 21
11-
#define VERSION_REV 1030
11+
#define VERSION_REV 1109
1212
#define VERSION_BUILD 1
1313
#define SCINTILLA_VER 511
1414
#define LEXILLA_VER 511
1515
#define ONIGURUMA_REGEX_VER 7.0.0
1616
#define UCHARDET_VER 2018.09.27
1717
#define TINYEXPR_VER 2018.05.11
1818
#define UTHASH_VER 2.1.0
19-
#define VERSION_PATCH beta
19+
#define VERSION_PATCH rc
2020
#define VERSION_COMMIT_ID dkt1-amr

0 commit comments

Comments
 (0)