]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Add new command-line utility, fc-cat, to convert fonts.cache-2 files into
[fontconfig.git] / fontconfig / fontconfig.h
index 312256f879e3321faae2c137f188bc6f4895a9f9..b1175682ce22803734bbf686488d109e8fe17f45 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       3
-#define FC_REVISION    2
+#define FC_REVISION    90
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))