]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
[int] Define MIN/MAX/ABS macros
[fontconfig.git] / fontconfig / fontconfig.h
index a59a7b3bf1b2955be3e9b90617849876835794a8..a0f8de51c205a5772a66fff5ac5ccca6315abcc0 100644 (file)
@@ -52,8 +52,8 @@ typedef int           FcBool;
  */
 
 #define FC_MAJOR       2
-#define FC_MINOR       6
-#define FC_REVISION    0
+#define FC_MINOR       7
+#define FC_REVISION    3
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))