13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
# @P@/version
|
||
|
#
|
||
|
|
||
|
|
||
|
|
||
|
# VERSION contains the full version number of the library, which is
|
||
|
# expected to be in 'major.minor.micro' format. It can optionally be
|
||
|
# suffixed with a string.
|
||
|
VERMAJOR=1
|
||
|
VERMINOR=0
|
||
|
VERMICRO=2
|
||
|
VEREXTRA=""
|