Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
8a0bd93e
Commit
8a0bd93e
authored
Nov 13, 2007
by
Keith Packard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version number to 2.5
parent
8a3dc488
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
+16
-5
README
README
+13
-2
configure.in
configure.in
+1
-1
fontconfig/fontconfig.h
fontconfig/fontconfig.h
+2
-2
No files found.
README
View file @
8a0bd93e
Fontconfig
Font configuration and customization library
Version 2.
4.92 (2.5 RC2)
2007-11-
5
Version 2.
5
2007-11-
13
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
2.5
Keith Packard (4):
Document several function return values (Bug 13145).
Document that Match calls FcFontRenderPrepare (bug 13162).
Document that FcConfigGetFonts returns the internal fontset (bug 13197)
Revert "Remove fcprivate.h, move the remaining macros to fcint.h."
Tor Lillqvist (1):
Workaround for stat() brokenness in Microsoft's C library (bug 8526)
2.4.92 (2.5 RC2)
Behdad Esfahbod (14):
...
...
configure.in
View file @
8a0bd93e
...
...
@@ -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
AM_INIT_AUTOMAKE(fontconfig, 2.
4.92
)
AM_INIT_AUTOMAKE(fontconfig, 2.
5.0
)
AM_MAINTAINER_MODE
dnl libtool versioning
...
...
fontconfig/fontconfig.h
View file @
8a0bd93e
...
...
@@ -52,8 +52,8 @@ typedef int FcBool;
*/
#define FC_MAJOR 2
#define FC_MINOR
4
#define FC_REVISION
92
#define FC_MINOR
5
#define FC_REVISION
0
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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