aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/fontconfig
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-09-02 09:05:37 +0200
committermarha <marha@users.sourceforge.net>2013-09-02 09:05:37 +0200
commit9e382b6be0e81397f18ec0b733a2e88dc3465a33 (patch)
treea192d9a8a7362c6396ddfba9f7d51ae826fc1844 /fontconfig/fontconfig
parent5ebbc3a366287b631775ed3e17537580d380db8a (diff)
downloadvcxsrv-9e382b6be0e81397f18ec0b733a2e88dc3465a33.tar.gz
vcxsrv-9e382b6be0e81397f18ec0b733a2e88dc3465a33.tar.bz2
vcxsrv-9e382b6be0e81397f18ec0b733a2e88dc3465a33.zip
fontconfig libX11 mesa pixman git update 2 Sep 2013
libX11 commit 215ce6a67863de7acfd6dd3562b4fd97ef87b411 pixman commit 02906e57bd801e20b3094ca348fad563c6b5a922 fontconfig commit d2bb1a8381ba50dce79a487cd82087ca57fdcb68 mesa commit da33347131ff88a3b7979aea2031ce6f34319ed0
Diffstat (limited to 'fontconfig/fontconfig')
-rw-r--r--fontconfig/fontconfig/fontconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fontconfig/fontconfig.h b/fontconfig/fontconfig/fontconfig.h
index 9a667022b..079177d4c 100644
--- a/fontconfig/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig/fontconfig.h
@@ -52,7 +52,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 10
-#define FC_REVISION 94
+#define FC_REVISION 95
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))