]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Fix ChangeLog generation to avoid circular make dependency
[fontconfig.git] / fontconfig / fontconfig.h
index 08153a011cf4c07e21eb8fffe23db2312e5de6f9..f055cdb85fc1af75e6026a82327cbabdf6833552 100644 (file)
@@ -52,8 +52,8 @@ typedef int           FcBool;
  */
 
 #define FC_MAJOR       2
-#define FC_MINOR       3
-#define FC_REVISION    97
+#define FC_MINOR       4
+#define FC_REVISION    2
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -312,7 +312,7 @@ FcCacheNumSubdir (const FcCache *c);
 FcPublic int
 FcCacheNumFont (const FcCache *c);
 
-FcBool
+FcPublic FcBool
 FcDirCacheUnlink (const FcChar8 *dir, FcConfig *config);
 
 FcPublic FcBool