libcitadel to 7.84
authorArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 19:10:29 +0000 (15:10 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 19:10:29 +0000 (15:10 -0400)
libcitadel/configure.in
libcitadel/lib/libcitadel.h

index cc8defb7776368931f486a7f4c19aa6a08c196fc..c96ce8114e0bba29464abf7dedf56676199beea8 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 7.83, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.84, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index b15c8c91c1729c8be42f23e28a8c75d16b18b583..65321b7b799816e64da6616677a0b8ba4af55163 100644 (file)
@@ -1,8 +1,3 @@
-/*
- * $Id$
- *
- */
-
 
 /* protect against double includes */
 #ifndef LIBCITADEL_H
@@ -15,7 +10,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      783
+#define LIBCITADEL_VERSION_NUMBER      784
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.