]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Update for version 2.4.1
[fontconfig.git] / fontconfig / fontconfig.h
index 927249a5c07dcb126ce3b376513b40f957a15d38..26412a36e0a83ca6dbe04ed037e9e2b4483af86b 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    1
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))