]> git.wh0rd.org - fontconfig.git/commitdiff
Bump version to 2.1.92 fc-2_1_92
authorKeith Packard <keithp@keithp.com>
Fri, 7 Mar 2003 21:04:52 +0000 (21:04 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 7 Mar 2003 21:04:52 +0000 (21:04 +0000)
configure.in
fontconfig/fontconfig.h

index 607960a10a969efc826ee951a5f243b3329fb567..22bfad5a5acb5a2d3488ffa18fd7b03a2e3d189a 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.91)
+AM_INIT_AUTOMAKE(fontconfig, 2.1.92)
 
 dnl libtool versioning
 
index ac2355f451ea38a7849aeeee939c303b40aab8bc..4fa0d4844ba1e2ac019897daca34e691899fb5fa 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       1
-#define FC_REVISION    91
+#define FC_REVISION    92
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))