mirror of
https://github.com/steveschnepp/mcu48
synced 2024-11-16 19:47:41 +01:00
7 lines
163 B
Text
7 lines
163 B
Text
|
|
||
|
m4_define(_VERSION_MAJOR, [0])
|
||
|
m4_define(_VERSION_MINOR, [6])
|
||
|
m4_define(_PATCHLEVEL, [4])
|
||
|
|
||
|
m4_define(VERSION_NUMBER, [_VERSION_MAJOR._VERSION_MINOR._PATCHLEVEL])
|