diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-07-17 14:20:48 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-07-17 14:20:48 +0900 |
commit | d4fc407246ba0860dd883baf4551401614ec220f (patch) | |
tree | 1f5b47dc9d4e6b92c0f0eaefcf588e60c19804ae | |
parent | 92bad770e505ec8683aad2e6e063232843734ece (diff) |
correct version2.10.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 79f9597e..8aa3d6ba 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,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.10) +AM_INIT_AUTOMAKE(fontconfig, 2.10.0) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) dnl libtool versioning |