19 lines
992 B
INI
19 lines
992 B
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 = 2
|
|
Minor = 3
|
|
Build = 6
|
|
Patch = %C
|
|
ProductYearStart = 2020
|
|
ProductName = wCenterWindow
|
|
ProductAutors = W0LF aka 'dreamforce'
|
|
ProductDescription = Centers current active window on desktop by hotkey
|