]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
releaseversion.sh simplified to handle integer version numbers
[citadel.git] / libcitadel / lib / libcitadel.h
index a360adf27ca41755531e491eca5a73bb735b87d5..a6d66c5ecc0812505a4a5e1086a5e99d478edee5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Header file for libcitadel
  *
- * Copyright (c) 1987-2017 by the citadel.org team
+ * Copyright (c) 1987-2018 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3.
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      904
+#define LIBCITADEL_VERSION_NUMBER      917
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -697,7 +697,6 @@ extern "C" {
 #define FILTERLIST     "application/x-citadel-filter-list"
 #define SIEVECONFIG    "application/x-citadel-sieve-config"
 #define XMPPMORTUARY   "application/x-citadel-xmpp-mortuary"
-#define INTERNETCFG     "application/x-citadel-internet-config"
 
 #define FILE_MAILALIAS       "__MAIL_ALIAS__"