File tree 5 files changed +17
-17
lines changed
5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
- <assemblyIdentity name =" matepath" processorArchitecture =" *" version =" 24.11 .0.5548 " type =" win32" />
3
+ <assemblyIdentity name =" matepath" processorArchitecture =" *" version =" 25.01 .0.5618 " type =" win32" />
4
4
<description >matepath File Browser</description >
5
5
<dependency >
6
6
<dependentAssembly >
Original file line number Diff line number Diff line change 1
- #define VERSION_MINOR 24
2
- #define VERSION_BUILD_NUM 11
3
- #define VERSION_BUILD 11
4
- #define VERSION_HASH TEXT("aa0c9398 ")
5
- #define VERSION_REV 5548
6
- #define VERSION_REV_FULL TEXT("r5548 (aa0c9398 )")
1
+ #define VERSION_MINOR 25
2
+ #define VERSION_BUILD_NUM 1
3
+ #define VERSION_BUILD 01
4
+ #define VERSION_HASH TEXT("ee1ba7e6 ")
5
+ #define VERSION_REV 5618
6
+ #define VERSION_REV_FULL TEXT("r5618 (ee1ba7e6 )")
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
- <assemblyIdentity name =" Notepad4" processorArchitecture =" *" version =" 24.11 .0.5548 " type =" win32" />
3
+ <assemblyIdentity name =" Notepad4" processorArchitecture =" *" version =" 25.01 .0.5618 " type =" win32" />
4
4
<description >Notepad4 Text Editor</description >
5
5
<dependency >
6
6
<dependentAssembly >
Original file line number Diff line number Diff line change 1
- #define VERSION_MINOR 24
2
- #define VERSION_BUILD_NUM 11
3
- #define VERSION_BUILD 11
4
- #define VERSION_HASH TEXT("aa0c9398 ")
5
- #define VERSION_REV 5548
6
- #define VERSION_REV_FULL TEXT("r5548 (aa0c9398 )")
1
+ #define VERSION_MINOR 25
2
+ #define VERSION_BUILD_NUM 1
3
+ #define VERSION_BUILD 01
4
+ #define VERSION_HASH TEXT("ee1ba7e6 ")
5
+ #define VERSION_REV 5618
6
+ #define VERSION_REV_FULL TEXT("r5618 (ee1ba7e6 )")
Original file line number Diff line number Diff line change 89
89
90
90
# Update manifest file if version information was changed.
91
91
base_ver=" [0-9][0-9]"
92
- new_ver=" ` date +%m` .0.${ver} "
93
- newmanifest=" $( sed -Ee " 0, /(${base_ver} \.)( [0-9.]+)/s//\1 ${new_ver} /g" " $manifestfile " ) "
92
+ new_ver=" ` date +%y.% m` .0.${ver} "
93
+ newmanifest=" $( sed -Ee " s /(${base_ver} \.[0-9.]+)/${new_ver} /g" " $manifestfile " ) "
94
94
if [[ " $newmanifest " != " $( < " $manifestfile " ) " ]]; then
95
95
# Update the revision number in the manifest file
96
96
echo " $newmanifest " > " $manifestfile "
@@ -104,7 +104,7 @@ if [[ $# -ne 0 ]]; then
104
104
echo " $version_info " > " $versionfile "
105
105
fi
106
106
107
- newmanifest=" $( sed -Ee " 0, /(${base_ver} \.)( [0-9.]+)/s//\1 ${new_ver} /g" " $manifestfile " ) "
107
+ newmanifest=" $( sed -Ee " s /(${base_ver} \.[0-9.]+)/${new_ver} /g" " $manifestfile " ) "
108
108
if [[ " $newmanifest " != " $( < " $manifestfile " ) " ]]; then
109
109
echo " $newmanifest " > " $manifestfile "
110
110
fi
You can’t perform that action at this time.
0 commit comments