15 #ifndef MOTIVE_VERSION_H_
16 #define MOTIVE_VERSION_H_
18 #include "motive/motivator.h"
19 #include "motive/target.h"
44 #endif // MOTIVE_VERSION_H_
Current version information for the Motive animation system.
Definition: version.h:25
unsigned char minor
Minor version number, updated for point releases.
Definition: version.h:30
unsigned char major
Major version number, updated only on major releases.
Definition: version.h:27
unsigned char revision
Revision number, updated for tiny releases, for example, bug fixes.
Definition: version.h:33