From 9181f8ed5feb2cf0a2ff03f00196d020c536eddf Mon Sep 17 00:00:00 2001 From: RaiKoHoff Date: Wed, 12 Feb 2020 12:40:52 +0100 Subject: [PATCH] no message --- .gitignore | 1 + Version.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c69468aaa..aa555c483 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ Thumbs.db /Version_*.cmd /Versions/build.txt +/Versions/day.txt /Versions/commit_id.txt /res/Notepad3.exe.manifest.conf diff --git a/Version.ps1 b/Version.ps1 index 8af1b6906..ade348646 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -35,7 +35,7 @@ try $AppName = "Notepad3" $Major = 5 $Minor = [int]$(Get-Date -format yy) - $Revis = [int]$(Get-Date -format MMdd) + $Revis = [int]$(Get-Date -format Mdd) $Build = [int](Get-Content "Versions\build.txt") if (!$Build) { $Build = 0 } $AppveyorBuild = [int]($env:appveyor_build_number) # Appveyor internal