Skip to content

Commit c12f610

Browse files
committed
Release v25.07r5738.
1 parent 08d0b0f commit c12f610

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

matepath/res/matepath.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity name="matepath" processorArchitecture="*" version="25.05.0.5670" type="win32"/>
3+
<assemblyIdentity name="matepath" processorArchitecture="*" version="25.07.0.5738" type="win32"/>
44
<description>matepath File Browser</description>
55
<dependency>
66
<dependentAssembly>

matepath/src/VersionRev.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define VERSION_MINOR 25
2-
#define VERSION_BUILD_NUM 5
3-
#define VERSION_BUILD 05
4-
#define VERSION_HASH TEXT("093f5a36")
5-
#define VERSION_REV 5670
6-
#define VERSION_REV_FULL TEXT("r5670 (093f5a36)")
2+
#define VERSION_BUILD_NUM 7
3+
#define VERSION_BUILD 07
4+
#define VERSION_HASH TEXT("08d0b0f0")
5+
#define VERSION_REV 5738
6+
#define VERSION_REV_FULL TEXT("r5738 (08d0b0f0)")

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ Latest development builds (artifacts in Release configuration for each compiler
176176
* Other various major or minor changes and tweaks
177177

178178
## Supported Operating Systems:
179-
* Windows XP, Vista, 7, 8, 8.1, 10 and 11, both 32-bit and 64-bit
180-
* Windows Server 2003, 2008, 2012, 2016, 2019, 2022 and 2025, both 32-bit and 64-bit
181-
* Windows 10 on ARM64, Windows 8/8.1 on ARM32 (Windows RT)
182-
* Unix-like Operating Systems (Linux, macOS, BSD, etc.) using [Wine](https://www.winehq.org/)
183-
* [ReactOS](https://www.reactos.org/)
179+
* Windows Vista, 7, 8, 8.1, 10 and 11, both 32-bit and 64-bit
180+
* Windows Server 2008, 2012, 2016, 2019, 2022 and 2025, both 32-bit and 64-bit
181+
* Windows 10 and 11 on ARM64
182+
* Windows XP, Windows Server 2003 and Windows 8/8.1 on ARM32 (Windows RT) using [v25.06r5696](https://github.com/zufuliu/notepad4/releases/tag/v25.06r5696)
183+
* Other systems using [Wine](https://www.winehq.org/)
184184

185185
## Contributors:
186186
* [XhmikosR](https://xhmikosr.github.io/notepad2-mod/)

res/Notepad4.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity name="Notepad4" processorArchitecture="*" version="25.06.0.5696" type="win32"/>
3+
<assemblyIdentity name="Notepad4" processorArchitecture="*" version="25.07.0.5738" type="win32"/>
44
<description>Notepad4 Text Editor</description>
55
<dependency>
66
<dependentAssembly>

src/VersionRev.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define VERSION_MINOR 25
2-
#define VERSION_BUILD_NUM 6
3-
#define VERSION_BUILD 06
4-
#define VERSION_HASH TEXT("460347d9")
5-
#define VERSION_REV 5696
6-
#define VERSION_REV_FULL TEXT("r5696 (460347d9)")
2+
#define VERSION_BUILD_NUM 7
3+
#define VERSION_BUILD 07
4+
#define VERSION_HASH TEXT("08d0b0f0")
5+
#define VERSION_REV 5738
6+
#define VERSION_REV_FULL TEXT("r5738 (08d0b0f0)")

0 commit comments

Comments
 (0)