]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Set version numbers to 2.4.91 (2.5 RC1)
[fontconfig.git] / fontconfig / fontconfig.h
index 26412a36e0a83ca6dbe04ed037e9e2b4483af86b..4f028095a1869cc3b2322f3e1c5c8f39a76af01d 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       4
-#define FC_REVISION    1
+#define FC_REVISION    91
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -136,6 +136,8 @@ typedef int         FcBool;
 #define FC_WEIGHT_ULTRABOLD        FC_WEIGHT_EXTRABOLD
 #define FC_WEIGHT_BLACK                    210
 #define FC_WEIGHT_HEAVY                    FC_WEIGHT_BLACK
+#define FC_WEIGHT_EXTRABLACK       215
+#define FC_WEIGHT_ULTRABLACK       FC_WEIGHT_EXTRABLACK
 
 #define FC_SLANT_ROMAN             0
 #define FC_SLANT_ITALIC                    100