]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Bump version to 2.7.1
[fontconfig.git] / fontconfig / fontconfig.h
index a59a7b3bf1b2955be3e9b90617849876835794a8..c36b8f58b3ef2252898b27336d33a9cfe9bb2b97 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    1
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))