Bump version to 2.11.1
[platform/upstream/fontconfig.git] / fontconfig / fontconfig.h
index 1a283a1..2258251 100644 (file)
@@ -52,7 +52,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       11
-#define FC_REVISION    0
+#define FC_REVISION    1
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))