diff options
author | Akira TAGOH <akira@tagoh.org> | 2020-11-28 11:38:31 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2020-11-28 11:38:31 +0900 |
commit | d06103e3e764bd43758e213414a1716858ab384c (patch) | |
tree | 612497e168014c3b56f375f63228960c5b5059c6 /fontconfig | |
parent | 4ac33d17c9fc5d36a6c48a9da26d3f2adb30a03c (diff) | |
download | fontconfig-d06103e3e764bd43758e213414a1716858ab384c.tar.gz |
Bump version to 2.13.932.13.93
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 37bf653..db14371 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -53,7 +53,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 13 -#define FC_REVISION 92 +#define FC_REVISION 93 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) |