Skip to content

Commit

Permalink
Release v4.24.05r5242.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed May 19, 2024
1 parent 8a997c1 commit be9e8b7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 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.24.03.5146" type="win32"/>
<assemblyIdentity name="metapath" processorArchitecture="*" version="4.24.05.5242" 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 24
#define VERSION_BUILD_NUM 3
#define VERSION_BUILD 03
#define VERSION_HASH TEXT("7c12b835")
#define VERSION_REV 5146
#define VERSION_REV_FULL TEXT("r5146 (7c12b835)")
#define VERSION_BUILD_NUM 5
#define VERSION_BUILD 05
#define VERSION_HASH TEXT("8a997c12")
#define VERSION_REV 5242
#define VERSION_REV_FULL TEXT("r5242 (8a997c12)")
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ Latest development builds (artifacts in Release configuration for each compiler
* Experimental support for RTL layout (GDI) and bidirectional (Direct2D), useful for Arabic and Hebrew
* Support using fractional font size
* Support full screen mode
* Support compress & pretty for CSS, JavaScript, JSON and JSON5
* Support copy as RTF
* Support text transliteration
* Support drag and drop file from Visual Studio, Android Studio, IntelliJ IDEA, etc.
* Other various major or minor changes and tweaks

Expand Down
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.24.03.5146" type="win32"/>
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.24.05.5242" type="win32"/>
<description>Notepad2 Text Editor</description>
<dependency>
<dependentAssembly>
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 24
#define VERSION_BUILD_NUM 3
#define VERSION_BUILD 03
#define VERSION_HASH TEXT("7c12b835")
#define VERSION_REV 5146
#define VERSION_REV_FULL TEXT("r5146 (7c12b835)")
#define VERSION_BUILD_NUM 5
#define VERSION_BUILD 05
#define VERSION_HASH TEXT("8a997c12")
#define VERSION_REV 5242
#define VERSION_REV_FULL TEXT("r5242 (8a997c12)")

0 comments on commit be9e8b7

Please sign in to comment.