Skip to content

Commit dc2e8e0

Browse files
committed
Release v24.07r5332.
1 parent 7565d18 commit dc2e8e0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

matepath/res/matepath.exe.manifest

+1-1
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="24.05.0.5252" type="win32"/>
3+
<assemblyIdentity name="matepath" processorArchitecture="*" version="24.07.0.5332" type="win32"/>
44
<description>matepath File Browser</description>
55
<dependency>
66
<dependentAssembly>

matepath/src/VersionRev.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define VERSION_MINOR 24
2-
#define VERSION_BUILD_NUM 5
3-
#define VERSION_BUILD 05
4-
#define VERSION_HASH TEXT("7f055869")
5-
#define VERSION_REV 5252
6-
#define VERSION_REV_FULL TEXT("r5252 (7f055869)")
2+
#define VERSION_BUILD_NUM 7
3+
#define VERSION_BUILD 07
4+
#define VERSION_HASH TEXT("7565d186")
5+
#define VERSION_REV 5332
6+
#define VERSION_REV_FULL TEXT("r5332 (7565d186)")

res/Notepad4.exe.manifest

+1-1
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="24.05.0.5252" type="win32"/>
3+
<assemblyIdentity name="Notepad4" processorArchitecture="*" version="24.07.0.5332" type="win32"/>
44
<description>Notepad4 Text Editor</description>
55
<dependency>
66
<dependentAssembly>

src/VersionRev.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define VERSION_MINOR 24
2-
#define VERSION_BUILD_NUM 5
3-
#define VERSION_BUILD 05
4-
#define VERSION_HASH TEXT("7f055869")
5-
#define VERSION_REV 5252
6-
#define VERSION_REV_FULL TEXT("r5252 (7f055869)")
2+
#define VERSION_BUILD_NUM 7
3+
#define VERSION_BUILD 07
4+
#define VERSION_HASH TEXT("7565d186")
5+
#define VERSION_REV 5332
6+
#define VERSION_REV_FULL TEXT("r5332 (7565d186)")

0 commit comments

Comments
 (0)