summaryrefslogtreecommitdiff
path: root/fontconfig/fontconfig.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-06-30 18:53:39 +0000
committerKeith Packard <keithp@keithp.com>2004-06-30 18:53:39 +0000
commitf959b24d091b59fc4e61b2d6869af57ddd23f4b5 (patch)
treead34b6e70e4afd5c96d08df666c1929a02b853f9 /fontconfig/fontconfig.h
parent0d71dde9b4c2372bd894a078a92f5596822bcc5a (diff)
Update version to 2.2.3 Add release comments to INSTALLfc-2_2_3fc-2_2_branch
Diffstat (limited to 'fontconfig/fontconfig.h')
-rw-r--r--fontconfig/fontconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 4988848..4dd326e 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -40,7 +40,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 2
-#define FC_REVISION 2
+#define FC_REVISION 3
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))