version_revision changed to version_bugfix
[rofl0r-kripto.git] / include / kripto / version.h
blob671ad46f7e7d71ab6db5330dca71542569079724
1 #ifndef KRIPTO_VERSION_H
2 #define KRIPTO_VERSION_H
4 #define KRIPTO_VERSION_MAJOR 0
5 #define KRIPTO_VERSION_MINOR 1
6 #define KRIPTO_VERSION_BUGFIX 0
8 extern const unsigned int kripto_version_major;
9 extern const unsigned int kripto_version_minor;
10 extern const unsigned int kripto_version_bugfix;
12 #endif