summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-07-27 17:53:26 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-07-27 17:54:03 -0400
commitd2c8ac373e9ac45df66627cfc42679636d017f6e (patch)
treed8a90be7e584ff345178464dd283422910b2c852 /fontconfig
parent16630692ec590bd70f4e426125e358251e05435d (diff)
downloadfontconfig-d2c8ac373e9ac45df66627cfc42679636d017f6e.tar.gz
Bump version to 2.7.12.7.1
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 935e4f1..c36b8f5 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -53,7 +53,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 7
-#define FC_REVISION 0
+#define FC_REVISION 1
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))