src/c2html.h

changeset 37
1a67185e5496
parent 35
abaf2489c549
child 39
ac35daceb24c
--- 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

mercurial