]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Don't include unistd.h in fontconfig.h
[fontconfig.git] / fontconfig / fontconfig.h
index a59a7b3bf1b2955be3e9b90617849876835794a8..c9f20cc0074067333acd43a05f50752207919636 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <unistd.h>
 #include <stdarg.h>
 
 #if defined(__GNUC__) && (__GNUC__ >= 4)
@@ -52,7 +51,7 @@ typedef int           FcBool;
  */
 
 #define FC_MAJOR       2
-#define FC_MINOR       6
+#define FC_MINOR       8
 #define FC_REVISION    0
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
@@ -67,7 +66,7 @@ typedef int           FcBool;
  * it means multiple copies of the font information.
  */
 
-#define FC_CACHE_VERSION    "2"
+#define FC_CACHE_VERSION    "3"
 
 #define FcTrue         1
 #define FcFalse                0