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
Peter Oliver
fontconfig
Commits
0a557ec3
Commit
0a557ec3
authored
Apr 11, 2003
by
Keith Packard
Browse files
update version number to 2.1.93
parent
7f31f378
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
0a557ec3
...
...
@@ -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.1.9
2
)
AM_INIT_AUTOMAKE(fontconfig, 2.1.9
3
)
dnl libtool versioning
...
...
fontconfig/fontconfig.h
View file @
0a557ec3
...
...
@@ -40,7 +40,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 1
#define FC_REVISION 9
2
#define FC_REVISION 9
3
#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