fix npm auto-corrected some errors in your package.json when publishing.
[liba.git] / src / version.cpp
blob23f80cf4868e4f7ebd37c8d56d457555a77621af
1 #include "a/version.h"
3 unsigned int const a_version::MAJOR = A_VERSION_MAJOR;
4 unsigned int const a_version::MINOR = A_VERSION_MINOR;
5 unsigned int const a_version::PATCH = A_VERSION_PATCH;
6 a_u32 const a_version::TWEAK = A_VERSION_TWEAK;