mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Still trying to fix build failure.
This commit is contained in:
parent
224c4cf95a
commit
2bc0eb8684
@ -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) {
|
||||
|
||||
@ -1 +1 @@
|
||||
694
|
||||
696
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="2.17.1124.694"
|
||||
version="3.17.1125.696"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user