summaryrefslogtreecommitdiff
path: root/fontconfig/fontconfig.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-03-01 20:48:36 +0000
committerKeith Packard <keithp@keithp.com>2005-03-01 20:48:36 +0000
commit4afc00ca02bb3f49fe214463e0f194486f438b70 (patch)
tree61bce3347b06d1a5cba252f827864f0c7ae16acb /fontconfig/fontconfig.h
parent0c009d2b6df523bba7a10ad148287bed2df9ebd6 (diff)
Update for 2.3.0fc-2_3_0fc_2-3
Diffstat (limited to 'fontconfig/fontconfig.h')
-rw-r--r--fontconfig/fontconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index a07fb71..2e50ffe 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -39,8 +39,8 @@ typedef int FcBool;
*/
#define FC_MAJOR 2
-#define FC_MINOR 2
-#define FC_REVISION 99
+#define FC_MINOR 3
+#define FC_REVISION 0
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))