THIS IS 1.05
authorWilfried Göesgens <willi@citadel.org>
Mon, 11 Feb 2008 23:42:17 +0000 (23:42 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 11 Feb 2008 23:42:17 +0000 (23:42 +0000)
libcitadel/configure.in
libcitadel/lib/libcitadel.h

index 4caad21491809b23c072ae2520b9037b7a14a6d8..4071fbad430a4042c902cd5a07331a6069ddb4a2 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, 1.04, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 1.05, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 034a1fd128033265f885ad2d8996eb3c8a3783ab..ce76ac61b1b82d2d767e00092ef5342884700cfa 100644 (file)
@@ -10,7 +10,7 @@
  */
 #include <time.h>
 
-#define LIBCITADEL_VERSION_NUMBER      104
+#define LIBCITADEL_VERSION_NUMBER      105
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.