diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-07-27 17:53:26 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-07-27 17:54:03 -0400 |
commit | d2c8ac373e9ac45df66627cfc42679636d017f6e (patch) | |
tree | d8a90be7e584ff345178464dd283422910b2c852 /fontconfig | |
parent | 16630692ec590bd70f4e426125e358251e05435d (diff) | |
download | fontconfig-d2c8ac373e9ac45df66627cfc42679636d017f6e.tar.gz |
Bump version to 2.7.12.7.1
Diffstat (limited to 'fontconfig')
-rw-r--r-- | fontconfig/fontconfig.h | 2 |
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)) |