diff -r be60c22cddfe -r 1a67185e5496 src/c2html.h --- a/src/c2html.h Fri Mar 04 15:02:22 2016 +0100 +++ b/src/c2html.h Tue Aug 23 12:05:41 2016 +0200 @@ -43,6 +43,10 @@ #ifdef __cplusplus extern "C" { #endif + +#define VERSION_MAJOR 2 +#define VERSION_MINOR 0 +#define VERSION_DEVELOP 1 // set this to zero for release version #define INPUTBUF_SIZE 2048