22 lines
517 B
INI
22 lines
517 B
INI
; wCenterWindow
|
|
; Version.ini
|
|
|
|
[Config]
|
|
; %y - current year
|
|
; %m - current month
|
|
; %d - current day
|
|
; %t - current time in HHMMSS form
|
|
; %D - span days from 01.01.2000
|
|
; %S - span seconds from midnight
|
|
; %C - total count git commits
|
|
; %c - count git commits from last tag
|
|
; Major version cannot be empty!
|
|
Major = 1
|
|
Minor = 3
|
|
Build = 10
|
|
Patch = %C
|
|
ProductYearStart = 2020
|
|
ProductName = wCenterWindow
|
|
ProductAutors = Vladislav Salikov aka W0LF
|
|
ProductDescription = Centers current active window on desktop by hotkey
|