]> git.wh0rd.org - fontconfig.git/commitdiff
Tag version 2.2.91 fc-2_2_91
authorKeith Packard <keithp@keithp.com>
Sun, 26 Oct 2003 16:52:28 +0000 (16:52 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 26 Oct 2003 16:52:28 +0000 (16:52 +0000)
ChangeLog
configure.in
fontconfig/fontconfig.h

index 712539fe94c67b1e362e28d217b87a963294091d..2a0d902ef3ffebc93ed6834c0b553f5835e9e449 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-26  Keith Packard  <keithp@keithp.com>
+
+       Tag version 2.2.91
+
 2003-10-26  Keith Packard  <keithp@keithp.com>
 
        * doc/Makefile.am:
index 491cdf148ed8cc2c849e082de63b1c5d34949422..be2e3cbd1eed63b56a1a7c9165f11221c4080d86 100644 (file)
@@ -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.2.90)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.91)
 
 dnl libtool versioning
 
index 3e0237d878bfb8205ba3317007eba461572f35d4..d38ab6ccad64da4f52a009cd729dccf1d3846269 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    90
+#define FC_REVISION    91
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))