]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Update to version 2.4.0
[fontconfig.git] / fontconfig / fontconfig.h
index 927249a5c07dcb126ce3b376513b40f957a15d38..0df38aab5add8755e10b5f866ea5c5cc55bbf7da 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    0
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))