summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-04-19 16:17:19 +0000
committerPatrick Lam <plam@MIT.EDU>2006-04-19 16:17:19 +0000
commitc001a192af784a3e7aa680cc925a4f6fc8f5b502 (patch)
tree20f2c5727186f43385c024f156d3087c71f3cb70 /fontconfig
parenta77572948ed9ce3e7fdffcfadd8772a5f962e4ed (diff)
downloadfontconfig-c001a192af784a3e7aa680cc925a4f6fc8f5b502.tar.gz
Bail gracefully if the cache file does not contain enough data.
Diffstat (limited to 'fontconfig')
-rw-r--r--fontconfig/fontconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 218fb1d..2ddd42f 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -46,7 +46,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 3
-#define FC_REVISION 94
+#define FC_REVISION 95
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))