Skip to content

Commit

Permalink
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_L…
Browse files Browse the repository at this point in the history
…exilla
  • Loading branch information
RaiKoHoff committed Sep 29, 2020
2 parents 1c93721 + 14b3520 commit c5a81c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
[.928.2]- Freezing of main wnd caused by mixed usage of Lexer Interfaces.
[.928.1]- Setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912).
[.927.1]- Lexer file extensions maintained in standard config.
[.927.1]- grepWin language switching (github.com/stefankueng/grepWin/issues/199) (GRE).
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
2 changes: 1 addition & 1 deletion res/Notepad3.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.928.1"
version="5.20.928.2"
type="win32"
/>
<description>Notepad3 beta</description>
Expand Down
2 changes: 1 addition & 1 deletion src/VersionEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 928
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27
Expand Down

0 comments on commit c5a81c5

Please sign in to comment.