* Set version number to 7.50 across the entire system in preparation for upcoming...
[citadel.git] / libcitadel / lib / libcitadel.h
index 4dc77c959d39ef2c05c9d84e0808a516b25009d6..808b6d8ef8e76644fb996476a64b4be30b1f7978 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      744
+#define LIBCITADEL_VERSION_NUMBER      750
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -118,7 +118,7 @@ void mime_parser(char *content_start, char *content_end,
                        void *cbuserdata),
                void *userdata,
                int dont_decode
-               );
+);