diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-18 18:45:19 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-18 18:49:09 -0500 |
commit | 4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a (patch) | |
tree | 5ff43b00245dab1e0a3968272917a1dbf9d15a1f /fontconfig | |
parent | 2e44cbe1b9bf466718167e9e05077743df36ab21 (diff) | |
download | fontconfig-4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a.tar.gz |
Bump version to 2.8.02.8.0
Diffstat (limited to 'fontconfig')
-rw-r--r-- | fontconfig/fontconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 7b36056..4efa450 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -52,8 +52,8 @@ typedef int FcBool; */ #define FC_MAJOR 2 -#define FC_MINOR 7 -#define FC_REVISION 3 +#define FC_MINOR 8 +#define FC_REVISION 0 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) |