Skip to content

Commit

Permalink
Release v4.22.01.4056.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Jan 16, 2022
1 parent 2f849a7 commit b6aa6c3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion metapath/res/metapath.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="metapath" processorArchitecture="*" version="4.22.01.4038" type="win32"/>
<assemblyIdentity name="metapath" processorArchitecture="*" version="4.22.01.4056" type="win32"/>
<description>metapath File Browser</description>
<dependency>
<dependentAssembly>
Expand Down
6 changes: 3 additions & 3 deletions metapath/src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MINOR 22
#define VERSION_BUILD_NUM 1
#define VERSION_BUILD 01
#define VERSION_HASH TEXT("47aa9bf1")
#define VERSION_REV 4038
#define VERSION_REV_FULL TEXT("r4038 (47aa9bf1)")
#define VERSION_HASH TEXT("2f849a73")
#define VERSION_REV 4056
#define VERSION_REV_FULL TEXT("r4056 (2f849a73)")
2 changes: 1 addition & 1 deletion res/Notepad2.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.22.01.4038" type="win32"/>
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.22.01.4056" type="win32"/>
<description>Notepad2 Text Editor</description>
<dependency>
<dependentAssembly>
Expand Down
6 changes: 3 additions & 3 deletions src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MINOR 22
#define VERSION_BUILD_NUM 1
#define VERSION_BUILD 01
#define VERSION_HASH TEXT("47aa9bf1")
#define VERSION_REV 4038
#define VERSION_REV_FULL TEXT("r4038 (47aa9bf1)")
#define VERSION_HASH TEXT("2f849a73")
#define VERSION_REV 4056
#define VERSION_REV_FULL TEXT("r4056 (2f849a73)")
6 changes: 3 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ git clone https://github.com/XhmikosR/notepad2-mod.git
Scintilla (upstream)
hg clone http://hg.code.sf.net/p/scintilla/code scintilla
5.1.5
2021-12-07 9034:e224c2a7dff8
2022-01-14 9051:a86be4b96763

Lexilla (upstream)
git clone https://github.com/ScintillaOrg/lexilla.git
5.1.4
2021-12-07 5d6e501d2437b99022936621784b9e29a2ae8834
2022-01-14 66a030c1980ed40e8778ba6752a80bd930d316df

SciTE (upstream)
hg clone http://hg.code.sf.net/p/scintilla/scite
5.1.6
2021-12-07 5875:75f47a7be2c4
2022-01-13 5881:18e3bb3f2f20

Notepad3 (3-clause BSD)
https://github.com/rizonesoft/Notepad3
Expand Down

0 comments on commit b6aa6c3

Please sign in to comment.