Skip to content

Commit

Permalink
Merge pull request #2555 from hpwamr/mui
Browse files Browse the repository at this point in the history
+ upd: Version 5.20.722.1 (22 July 2020) and Changes.txt
  • Loading branch information
hpwamr authored Jul 22, 2020
2 parents 8a07e15 + a02ca45 commit 197730c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package


=====================================================
Current RC2 Version 5.20.721.(build_#) (2020-07-21)
Version 5.20.722.1 (22 July 2020)
=====================================================

-----------------------------------------------------
Expand Down Expand Up @@ -98,6 +98,7 @@ ENHANCEMENT:
-----------------------------------------------------
FIXES:
-----------------------------------------------------
- Alt+W (strip trailing blanks) should work w/o selection.
- TimeStamp handling.
- Menu selection operation (disable w/o selection).
- Move view to matching brace (even if outside current work area).
Expand Down
2 changes: 1 addition & 1 deletion Version_RC.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
set _VERPATCH_=RC2
set _VERPATCH_=RC1
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
Version -VerPatch "%_VERPATCH_%"
endlocal
2 changes: 1 addition & 1 deletion Versions/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
2 changes: 1 addition & 1 deletion Versions/day.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
721
722
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.721.2"
version="5.20.722.1"
type="win32"
/>
<description>Notepad3 RC2</description>
<description>Notepad3 </description>
</assembly>
6 changes: 3 additions & 3 deletions src/VersionEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 721
#define VERSION_BUILD 2
#define VERSION_REV 722
#define VERSION_BUILD 1
#define SCINTILLA_VER 443
#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 RC2
#define VERSION_PATCH
#define VERSION_COMMIT_ID dkt1-amr

0 comments on commit 197730c

Please sign in to comment.