Still trying to fix build failure.

This commit is contained in:
Derick Payne 2017-11-25 19:14:51 +02:00
parent 224c4cf95a
commit 2bc0eb8684
4 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ function DebugOutput($msg)
try
{
$Major = 2
$Major = 3
$Minor = [int]$(Get-Date -format yy)
$Revis = [int]$(Get-Date -format Mdd)
if ($AppVeyorEnv) {

View File

@ -1 +1 @@
694
696

View File

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

View File

@ -1,5 +1,5 @@
#define VERSION_MAJOR 2
#define VERSION_MAJOR 3
#define VERSION_MINOR 17
#define VERSION_REV 1124
#define VERSION_BUILD 694
#define VERSION_REV 1125
#define VERSION_BUILD 696
#define SCINTILLA_VER 402