Moved Docs Folder

This commit is contained in:
Derick Payne 2020-02-11 13:47:38 +02:00
parent 92a975dd93
commit 2f2425880b
26 changed files with 8 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 689 B

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1 +1 @@
3195
3196

View File

@ -1 +1 @@
"RC1"
"RC"

View File

@ -3,8 +3,8 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.210.3195"
version="5.20.211.3196"
type="win32"
/>
<description>Notepad3 RC1</description>
<description>Notepad3 RC</description>
</assembly>

View File

@ -8,12 +8,12 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 210
#define VERSION_BUILD 3195
#define VERSION_REV 211
#define VERSION_BUILD 3196
#define SCINTILLA_VER 430
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH RC1
#define VERSION_COMMIT_ID DKT1-AMR
#define VERSION_PATCH RC
#define VERSION_COMMIT_ID VENOM-PC