Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fontconfig
fontconfig
Commits
f075ca1a
Commit
f075ca1a
authored
Mar 06, 2018
by
Akira TAGOH
Browse files
Bump version to 2.13.0
parent
24b4a571
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
f075ca1a
Fontconfig
Font configuration and customization library
Version 2.1
2.93 (2.13 RC3)
2018-0
2-15
Version 2.1
3
2018-0
3-06
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
2.13
Akira TAGOH (4):
Add Simplified Chinese translations
Fix a build issue on MinGW with enabling nls
Initialize an array explicitly
Bump the libtool revision
2.12.93 (2.13 RC3)
Akira TAGOH (12):
...
...
configure.ac
View file @
f075ca1a
...
...
@@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
dnl version. This same version number must appear in fontconfig/fontconfig.h
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from fontconfig.h
AC_INIT([fontconfig], [2.1
2.93
], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
AC_INIT([fontconfig], [2.1
3.0
], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
...
...
fontconfig/fontconfig.h
View file @
f075ca1a
...
...
@@ -52,8 +52,8 @@ typedef int FcBool;
*/
#define FC_MAJOR 2
#define FC_MINOR 1
2
#define FC_REVISION
93
#define FC_MINOR 1
3
#define FC_REVISION
0
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment