Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
sound_bakery_version.h
1#ifndef SBK_VERSION_H
2#define SBK_VERSION_H
3
4#define SBK_PRODUCT_NAME "Sound Bakery"
5#define SBK_PRODUCT_DESCRIPTION "An open-source audio middleware tool with an authoring application and programmer's API"
6
7#define SBK_VERSION_MAJOR 0
8#define SBK_VERSION_MINOR 2
9#define SBK_VERSION_PATCH 0
10#define SBK_VERSION_COMMIT_ID "805516a9d21f57fde952c88213f66a199ce3084b"
11#define SBK_VERSION_STRING "0.2.0"
12#define SBK_VERSION_STRING_FULL "0.2.0+805516a9d21f57fde952c88213f66a199ce3084b"
13
14#endif // SBK_VERSION_H