bji / libs3

Other
157 stars 151 forks source link

Version macro in libs3.h #77

Open codemedic opened 6 years ago

codemedic commented 6 years ago

Can you include one or more version macro variants in the header file please.

#define LIBS3_MAJOR_VER 2
#define LIBS3_MINOR_VER 0

and / or

#define LIBS3_VERSION 020000 /* major-ver * 10000 + minor-ver * 100 + patch */