mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Fixing Version.ps1 script.
This commit is contained in:
parent
6ae24159e1
commit
e47abebaf0
@ -33,7 +33,7 @@ try
|
||||
{
|
||||
$Major = 3
|
||||
$Minor = [int]$(Get-Date -format yy)
|
||||
$Revis = [int]$(Get-Date -format Mdd)
|
||||
$Revis = "{0:D4}" -f [int]$(Get-Date -format MMdd)
|
||||
if ($AppVeyorEnv) {
|
||||
$Build = [int]($env:appveyor_build_number)
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
784
|
||||
794
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="3.18.102.784"
|
||||
version="3.18.0102.794"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
// //////////////////////////////////////////////////////////
|
||||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 18
|
||||
#define VERSION_REV 102
|
||||
#define VERSION_BUILD 784
|
||||
#define VERSION_REV 0102
|
||||
#define VERSION_BUILD 794
|
||||
#define SCINTILLA_VER 402
|
||||
#define ONIGMO_REGEX_VER 6.1.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user