Skip to content

Commit

Permalink
Merge pull request #2730 from hpwamr/mui
Browse files Browse the repository at this point in the history
Preparation Version files for RC_5.20.829.2
  • Loading branch information
hpwamr authored Aug 29, 2020
2 parents 6867c21 + 382dc51 commit 61e3958
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ PowerShell.exe -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Unrestricted
set EXITCODE=%ERRORLEVEL%
::ECHO ERRORLEVEL=%EXITCODE%

:: Pause for 5 seconds to verify the "Notepad3 version number:" before exiting
:: Pause for 4 seconds to verify the "Notepad3 version number:" before exiting
:: ============================================================================
ping -n 6 127.0.0.1>nul
ping -n 5 127.0.0.1>nul

goto :END

Expand Down
2 changes: 1 addition & 1 deletion Versions/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2
4 changes: 2 additions & 2 deletions res/Notepad3.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.829.1"
version="5.20.829.2"
type="win32"
/>
<description>Notepad3 beta</description>
<description>Notepad3 rc</description>
</assembly>
4 changes: 2 additions & 2 deletions src/VersionEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 829
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH beta
#define VERSION_PATCH rc
#define VERSION_COMMIT_ID dkt1-amr

0 comments on commit 61e3958

Please sign in to comment.