Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fontconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
152
Issues
152
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fontconfig
fontconfig
Commits
f075ca1a
Commit
f075ca1a
authored
Mar 06, 2018
by
Akira TAGOH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 2.13.0
parent
24b4a571
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
README
README
+10
-2
configure.ac
configure.ac
+1
-1
fontconfig/fontconfig.h
fontconfig/fontconfig.h
+2
-2
No files found.
README
View file @
f075ca1a
Fontconfig
Font configuration and customization library
Version 2.12.93 (2.13 RC3)
2018-0
2-15
Version 2.13
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
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