mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
BLACK_VER_MAJ = 0
|
|
BLACK_VER_MIN = 7
|
|
BLACK_VER_PAT = 0
|
|
BLACK_VERSION = $${BLACK_VER_MAJ}.$${BLACK_VER_MIN}.$${BLACK_VER_PAT}
|