libs3 icon indicating copy to clipboard operation
libs3 copied to clipboard

Version macro in libs3.h

Open codemedic opened this issue 7 years ago • 0 comments

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 */

codemedic avatar Mar 22 '18 16:03 codemedic