mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
increment version to 0.15 🎉
This commit is contained in:
committed by
Andrey Nekrasov
parent
f015995ac4
commit
16b1bfa4d0
@@ -4,8 +4,8 @@
|
||||
#define STRINGIZE(s) STRINGIZE2(s)
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 14
|
||||
#define VERSION_REVISION 2
|
||||
#define VERSION_MINOR 15
|
||||
#define VERSION_REVISION 0
|
||||
|
||||
#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, 0
|
||||
#define FILE_VERSION_STRING STRINGIZE(VERSION_MAJOR) "." STRINGIZE(VERSION_MINOR) "." STRINGIZE(VERSION_REVISION) ".0"
|
||||
@@ -15,4 +15,4 @@
|
||||
|
||||
#define COMPANY_NAME "Microsoft Corporation"
|
||||
#define COPYRIGHT_NOTE "Copyright (C) 2019 Microsoft Corporation"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user