]> git.wh0rd.org - fontconfig.git/commitdiff
Update version to 2.1.91
authorKeith Packard <keithp@keithp.com>
Mon, 3 Mar 2003 05:47:14 +0000 (05:47 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 3 Mar 2003 05:47:14 +0000 (05:47 +0000)
configure.in
fontconfig/fontconfig.h

index 4a9bd92ed9e262ebb3c6d031799ad3a77035dfaf..1107374ef14e8e78b265b5834bffef6943ada042 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.1.90)
+AM_INIT_AUTOMAKE(fontconfig, 2.1.91)
 
 dnl libtool versioning
 
index 4a55ad4642932fe8df29eafe43a856134d3e41a9..ae5dde5ee26c0e842b2c1817cd411a00c431202d 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       1
-#define FC_REVISION    90
+#define FC_REVISION    91
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))