All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
version.h
Go to the documentation of this file.
1 // Version format: MNNPPBBBB
2 // M: major
3 // N: minor
4 // P: patch
5 // B: build id
6 #define AEROSPIKE_CLIENT_VERSION 605010000L
7 
8 extern char* aerospike_client_version;
char * aerospike_client_version