Skip to content

Commit

Permalink
Release v4.23.11r5052.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Nov 18, 2023
1 parent 3084629 commit 56d5610
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 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.23.08.4962" type="win32"/>
<assemblyIdentity name="metapath" processorArchitecture="*" version="4.23.11.5052" type="win32"/>
<description>metapath File Browser</description>
<dependency>
<dependentAssembly>
Expand Down
10 changes: 5 additions & 5 deletions metapath/src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MINOR 23
#define VERSION_BUILD_NUM 8
#define VERSION_BUILD 08
#define VERSION_HASH TEXT("2235065e")
#define VERSION_REV 4962
#define VERSION_REV_FULL TEXT("r4962 (2235065e)")
#define VERSION_BUILD_NUM 11
#define VERSION_BUILD 11
#define VERSION_HASH TEXT("3084629c")
#define VERSION_REV 5052
#define VERSION_REV_FULL TEXT("r5052 (3084629c)")
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.23.08.4962" type="win32"/>
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.23.11.5052" type="win32"/>
<description>Notepad2 Text Editor</description>
<dependency>
<dependentAssembly>
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define HELP_LINK_FEATURE_REQUEST L"https://github.com/zufuliu/notepad2/issues"
#define HELP_LINK_ONLINE_WIKI L"https://github.com/zufuliu/notepad2/wiki"

#define VERSION_BUILD_INFO_LIB L",\nScintilla 5.3.8."
#define VERSION_BUILD_INFO_LIB L",\nScintilla 5.4.0."
#define VERSION_BUILD_INFO_FORMAT L"Compiled on " __DATE__ L" with %s %d.%d.%d" VERSION_BUILD_INFO_LIB
#if defined(__clang__)
#define VERSION_BUILD_TOOL_NAME L"Clang"
Expand Down
10 changes: 5 additions & 5 deletions src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MINOR 23
#define VERSION_BUILD_NUM 8
#define VERSION_BUILD 08
#define VERSION_HASH TEXT("2235065e")
#define VERSION_REV 4962
#define VERSION_REV_FULL TEXT("r4962 (2235065e)")
#define VERSION_BUILD_NUM 11
#define VERSION_BUILD 11
#define VERSION_HASH TEXT("3084629c")
#define VERSION_REV 5052
#define VERSION_REV_FULL TEXT("r5052 (3084629c)")
12 changes: 6 additions & 6 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ git clone https://github.com/XhmikosR/notepad2-mod.git

Scintilla (upstream)
hg clone http://hg.code.sf.net/p/scintilla/code scintilla
5.3.8
2023-11-05 9418:db6c1b6fc2f5
5.4.0
2023-11-18 9428:f634641a8c10

Lexilla (upstream)
git clone https://github.com/ScintillaOrg/lexilla.git
5.2.8
2023-11-04 91d5488eb37de4525bf135e5cb60523b1d023eb0
5.2.9
2023-11-18 cf7b44e3a2689179918cc28567bbc21d23c55173

SciTE (upstream)
hg clone http://hg.code.sf.net/p/scintilla/scite
5.3.9
2023-11-05 6212:749e2fd1d8f3
5.4.0
2023-11-18 6215:b401c42098d6

init submodule:
git submodule init
Expand Down

0 comments on commit 56d5610

Please sign in to comment.