Fixing Version.ps1 script.

This commit is contained in:
Derick Payne 2018-01-02 02:08:54 +02:00
parent 6ae24159e1
commit e47abebaf0
4 changed files with 5 additions and 5 deletions

View File

@ -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)
}

View File

@ -1 +1 @@
784
794

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="3.18.102.784"
version="3.18.0102.794"
type="win32"
/>
<description>Notepad3</description>

View File

@ -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