src/c2html.h

changeset 37
1a67185e5496
parent 35
abaf2489c549
child 39
ac35daceb24c
     1.1 --- a/src/c2html.h	Fri Mar 04 15:02:22 2016 +0100
     1.2 +++ b/src/c2html.h	Tue Aug 23 12:05:41 2016 +0200
     1.3 @@ -43,6 +43,10 @@
     1.4  #ifdef	__cplusplus
     1.5  extern "C" {
     1.6  #endif
     1.7 +    
     1.8 +#define VERSION_MAJOR   2
     1.9 +#define VERSION_MINOR   0
    1.10 +#define VERSION_DEVELOP 1 // set this to zero for release version
    1.11  
    1.12  
    1.13  #define INPUTBUF_SIZE 2048

mercurial