Bump version to 2.11.0
[platform/upstream/fontconfig.git] / fontconfig / fontconfig.h
index e588579..dfc48f9 100644 (file)
@@ -51,8 +51,8 @@ typedef int           FcBool;
  */
 
 #define FC_MAJOR       2
-#define FC_MINOR       10
-#define FC_REVISION    95
+#define FC_MINOR       11
+#define FC_REVISION    0
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))